OLD | NEW |
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 #include "core/html/HTMLFormElement.h" | 71 #include "core/html/HTMLFormElement.h" |
72 #include "core/html/HTMLInputElement.h" | 72 #include "core/html/HTMLInputElement.h" |
73 #include "core/html/shadow/TextControlInnerElements.h" | 73 #include "core/html/shadow/TextControlInnerElements.h" |
74 #include "core/loader/NavigationPolicy.h" | 74 #include "core/loader/NavigationPolicy.h" |
75 #include "core/loader/appcache/ApplicationCacheHost.h" | 75 #include "core/loader/appcache/ApplicationCacheHost.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" | |
82 #include "core/platform/graphics/FontSmoothingMode.h" | |
83 #include "core/platform/graphics/InbandTextTrackPrivate.h" | 81 #include "core/platform/graphics/InbandTextTrackPrivate.h" |
84 #include "core/platform/graphics/MediaPlayer.h" | 82 #include "core/platform/graphics/MediaPlayer.h" |
85 #include "core/platform/graphics/MediaSourcePrivate.h" | 83 #include "core/platform/graphics/MediaSourcePrivate.h" |
86 #include "core/platform/graphics/filters/FilterOperation.h" | 84 #include "core/platform/graphics/filters/FilterOperation.h" |
87 #include "core/platform/mediastream/MediaStreamSource.h" | 85 #include "core/platform/mediastream/MediaStreamSource.h" |
88 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" | 86 #include "core/platform/mediastream/RTCDataChannelHandlerClient.h" |
89 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" | 87 #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h" |
90 #include "core/rendering/CompositingReasons.h" | 88 #include "core/rendering/CompositingReasons.h" |
91 #include "modules/geolocation/GeolocationError.h" | 89 #include "modules/geolocation/GeolocationError.h" |
92 #include "modules/geolocation/GeolocationPosition.h" | 90 #include "modules/geolocation/GeolocationPosition.h" |
93 #include "modules/indexeddb/IDBCursor.h" | 91 #include "modules/indexeddb/IDBCursor.h" |
94 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" | 92 #include "modules/indexeddb/IDBDatabaseBackendInterface.h" |
95 #include "modules/indexeddb/IDBKey.h" | 93 #include "modules/indexeddb/IDBKey.h" |
96 #include "modules/indexeddb/IDBKeyPath.h" | 94 #include "modules/indexeddb/IDBKeyPath.h" |
97 #include "modules/indexeddb/IDBMetadata.h" | 95 #include "modules/indexeddb/IDBMetadata.h" |
98 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 96 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" |
99 #include "modules/notifications/NotificationClient.h" | 97 #include "modules/notifications/NotificationClient.h" |
100 #include "modules/quota/StorageQuota.h" | 98 #include "modules/quota/StorageQuota.h" |
101 #include "modules/speech/SpeechRecognitionError.h" | 99 #include "modules/speech/SpeechRecognitionError.h" |
102 #include "platform/FileMetadata.h" | 100 #include "platform/FileMetadata.h" |
103 #include "platform/FileSystemType.h" | 101 #include "platform/FileSystemType.h" |
| 102 #include "platform/fonts/FontDescription.h" |
| 103 #include "platform/fonts/FontSmoothingMode.h" |
104 #include "platform/network/ResourceLoadPriority.h" | 104 #include "platform/network/ResourceLoadPriority.h" |
105 #include "platform/network/ResourceResponse.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" |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); | 698 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonRoot, CompositingReasonRoot); |
699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
ayerForClip); | 699 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForClip, CompositingReasonL
ayerForClip); |
700 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
asonLayerForScrollbar); | 700 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollbar, CompositingRe
asonLayerForScrollbar); |
701 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
ositingReasonLayerForScrollingContainer); | 701 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForScrollingContainer, Comp
ositingReasonLayerForScrollingContainer); |
702 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
easonLayerForForeground); | 702 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForForeground, CompositingR
easonLayerForForeground); |
703 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
easonLayerForBackground); | 703 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForBackground, CompositingR
easonLayerForBackground); |
704 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
ayerForMask); | 704 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonLayerForMask, CompositingReasonL
ayerForMask); |
705 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
tingReasonOverflowScrollingParent); | 705 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOverflowScrollingParent, Composi
tingReasonOverflowScrollingParent); |
706 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
asonOutOfFlowClipping); | 706 COMPILE_ASSERT_MATCHING_UINT64(CompositingReasonOutOfFlowClipping, CompositingRe
asonOutOfFlowClipping); |
707 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 707 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |