Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: Source/web/AssertMatchingEnums.cpp

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/platform/network/ResourceResponse.cpp ('k') | Source/web/SharedWorkerRepository.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 #include "WebTextDecorationType.h" 60 #include "WebTextDecorationType.h"
61 #include "WebView.h" 61 #include "WebView.h"
62 #include "bindings/v8/SerializedScriptValue.h" 62 #include "bindings/v8/SerializedScriptValue.h"
63 #include "core/accessibility/AXObject.h" 63 #include "core/accessibility/AXObject.h"
64 #include "core/accessibility/AXObjectCache.h" 64 #include "core/accessibility/AXObjectCache.h"
65 #include "core/dom/DocumentMarker.h" 65 #include "core/dom/DocumentMarker.h"
66 #include "core/dom/ExceptionCode.h" 66 #include "core/dom/ExceptionCode.h"
67 #include "core/dom/IconURL.h" 67 #include "core/dom/IconURL.h"
68 #include "core/editing/TextAffinity.h" 68 #include "core/editing/TextAffinity.h"
69 #include "core/fileapi/FileError.h" 69 #include "core/fileapi/FileError.h"
70 #include "core/frame/ContentSecurityPolicy.h"
70 #include "core/html/HTMLFormElement.h" 71 #include "core/html/HTMLFormElement.h"
71 #include "core/html/HTMLInputElement.h" 72 #include "core/html/HTMLInputElement.h"
72 #include "core/html/shadow/TextControlInnerElements.h" 73 #include "core/html/shadow/TextControlInnerElements.h"
73 #include "core/loader/NavigationPolicy.h" 74 #include "core/loader/NavigationPolicy.h"
74 #include "core/loader/appcache/ApplicationCacheHost.h" 75 #include "core/loader/appcache/ApplicationCacheHost.h"
75 #include "core/frame/ContentSecurityPolicy.h"
76 #include "core/page/InjectedStyleSheet.h" 76 #include "core/page/InjectedStyleSheet.h"
77 #include "core/page/PageVisibilityState.h" 77 #include "core/page/PageVisibilityState.h"
78 #include "core/page/Settings.h" 78 #include "core/page/Settings.h"
79 #include "core/platform/Cursor.h" 79 #include "core/platform/Cursor.h"
80 #include "core/platform/graphics/ContentDecryptionModuleSession.h" 80 #include "core/platform/graphics/ContentDecryptionModuleSession.h"
81 #include "core/platform/graphics/FontDescription.h" 81 #include "core/platform/graphics/FontDescription.h"
82 #include "core/platform/graphics/FontSmoothingMode.h" 82 #include "core/platform/graphics/FontSmoothingMode.h"
83 #include "core/platform/graphics/InbandTextTrackPrivate.h" 83 #include "core/platform/graphics/InbandTextTrackPrivate.h"
84 #include "core/platform/graphics/MediaPlayer.h" 84 #include "core/platform/graphics/MediaPlayer.h"
85 #include "core/platform/graphics/MediaSourcePrivate.h" 85 #include "core/platform/graphics/MediaSourcePrivate.h"
86 #include "core/platform/graphics/filters/FilterOperation.h" 86 #include "core/platform/graphics/filters/FilterOperation.h"
87 #include "core/platform/mediastream/MediaStreamSource.h" 87 #include "core/platform/mediastream/MediaStreamSource.h"
88 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" 88 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
89 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" 89 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
90 #include "core/platform/network/ResourceLoadPriority.h"
91 #include "core/platform/network/ResourceResponse.h"
92 #include "core/rendering/CompositingReasons.h" 90 #include "core/rendering/CompositingReasons.h"
93 #include "modules/geolocation/GeolocationError.h" 91 #include "modules/geolocation/GeolocationError.h"
94 #include "modules/geolocation/GeolocationPosition.h" 92 #include "modules/geolocation/GeolocationPosition.h"
95 #include "modules/indexeddb/IDBCursor.h" 93 #include "modules/indexeddb/IDBCursor.h"
96 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" 94 #include "modules/indexeddb/IDBDatabaseBackendInterface.h"
97 #include "modules/indexeddb/IDBKey.h" 95 #include "modules/indexeddb/IDBKey.h"
98 #include "modules/indexeddb/IDBKeyPath.h" 96 #include "modules/indexeddb/IDBKeyPath.h"
99 #include "modules/indexeddb/IDBMetadata.h" 97 #include "modules/indexeddb/IDBMetadata.h"
100 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" 98 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h"
101 #include "modules/notifications/NotificationClient.h" 99 #include "modules/notifications/NotificationClient.h"
102 #include "modules/quota/StorageQuota.h" 100 #include "modules/quota/StorageQuota.h"
103 #include "modules/speech/SpeechRecognitionError.h" 101 #include "modules/speech/SpeechRecognitionError.h"
104 #include "platform/FileMetadata.h" 102 #include "platform/FileMetadata.h"
105 #include "platform/FileSystemType.h" 103 #include "platform/FileSystemType.h"
104 #include "platform/network/ResourceLoadPriority.h"
105 #include "platform/network/ResourceResponse.h"
106 #include "platform/text/TextChecking.h" 106 #include "platform/text/TextChecking.h"
107 #include "platform/text/TextDecoration.h" 107 #include "platform/text/TextDecoration.h"
108 #include "public/platform/WebClipboard.h" 108 #include "public/platform/WebClipboard.h"
109 #include "public/platform/WebCompositingReasons.h" 109 #include "public/platform/WebCompositingReasons.h"
110 #include "public/platform/WebFileError.h" 110 #include "public/platform/WebFileError.h"
111 #include "public/platform/WebFileInfo.h" 111 #include "public/platform/WebFileInfo.h"
112 #include "public/platform/WebFileSystem.h" 112 #include "public/platform/WebFileSystem.h"
113 #include "public/platform/WebIDBCursor.h" 113 #include "public/platform/WebIDBCursor.h"
114 #include "public/platform/WebIDBDatabase.h" 114 #include "public/platform/WebIDBDatabase.h"
115 #include "public/platform/WebIDBDatabaseException.h" 115 #include "public/platform/WebIDBDatabaseException.h"
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); 691 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot);
692 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip); 692 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL ayerForClip);
693 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar); 693 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe asonLayerForScrollbar);
694 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer); 694 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp ositingReasonLayerForScrollingContainer);
695 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground); 695 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR easonLayerForForeground);
696 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground); 696 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR easonLayerForBackground);
697 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask); 697 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL ayerForMask);
698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent); 698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi tingReasonOverflowScrollingParent);
699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping); 699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe asonOutOfFlowClipping);
700 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion); 700 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa lue::wireFormatVersion);
OLDNEW
« no previous file with comments | « Source/platform/network/ResourceResponse.cpp ('k') | Source/web/SharedWorkerRepository.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698