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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 #include "modules/indexeddb/IndexedDB.h" | 59 #include "modules/indexeddb/IndexedDB.h" |
60 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" | 60 #include "modules/indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h" |
61 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" | 61 #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" |
62 #include "modules/notifications/NotificationClient.h" | 62 #include "modules/notifications/NotificationClient.h" |
63 #include "modules/quota/DeprecatedStorageQuota.h" | 63 #include "modules/quota/DeprecatedStorageQuota.h" |
64 #include "modules/speech/SpeechRecognitionError.h" | 64 #include "modules/speech/SpeechRecognitionError.h" |
65 #include "platform/Cursor.h" | 65 #include "platform/Cursor.h" |
66 #include "platform/FileMetadata.h" | 66 #include "platform/FileMetadata.h" |
67 #include "platform/FileSystemType.h" | 67 #include "platform/FileSystemType.h" |
68 #include "platform/PlatformMouseEvent.h" | 68 #include "platform/PlatformMouseEvent.h" |
69 #include "platform/drm/ContentDecryptionModuleSession.h" | |
70 #include "platform/fonts/FontDescription.h" | 69 #include "platform/fonts/FontDescription.h" |
71 #include "platform/fonts/FontSmoothingMode.h" | 70 #include "platform/fonts/FontSmoothingMode.h" |
72 #include "platform/graphics/filters/FilterOperation.h" | 71 #include "platform/graphics/filters/FilterOperation.h" |
73 #include "platform/graphics/media/MediaPlayer.h" | 72 #include "platform/graphics/media/MediaPlayer.h" |
74 #include "platform/mediastream/MediaStreamSource.h" | 73 #include "platform/mediastream/MediaStreamSource.h" |
75 #include "platform/network/ContentSecurityPolicyParsers.h" | 74 #include "platform/network/ContentSecurityPolicyParsers.h" |
76 #include "platform/network/ResourceLoadPriority.h" | 75 #include "platform/network/ResourceLoadPriority.h" |
77 #include "platform/network/ResourceResponse.h" | 76 #include "platform/network/ResourceResponse.h" |
78 #include "platform/text/TextChecking.h" | 77 #include "platform/text/TextChecking.h" |
79 #include "platform/text/TextDecoration.h" | 78 #include "platform/text/TextDecoration.h" |
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeService, Med
iaPlayerClient::ServiceError); | 436 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeService, Med
iaPlayerClient::ServiceError); |
438 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeOutput, Medi
aPlayerClient::OutputError); | 437 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeOutput, Medi
aPlayerClient::OutputError); |
439 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeHardwareChan
ge, MediaPlayerClient::HardwareChangeError); | 438 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeHardwareChan
ge, MediaPlayerClient::HardwareChangeError); |
440 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeDomain, Medi
aPlayerClient::DomainError); | 439 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayerClient::MediaKeyErrorCodeDomain, Medi
aPlayerClient::DomainError); |
441 | 440 |
442 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonNone, NoButton); | 441 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonNone, NoButton); |
443 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonLeft, LeftButton); | 442 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonLeft, LeftButton); |
444 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonMiddle, MiddleButton); | 443 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonMiddle, MiddleButton); |
445 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonRight, RightButton); | 444 COMPILE_ASSERT_MATCHING_ENUM(WebMouseEvent::ButtonRight, RightButton); |
446 | 445 |
447 COMPILE_ASSERT_MATCHING_ENUM(WebContentDecryptionModuleSession::Client::MediaKey
ErrorCodeUnknown, ContentDecryptionModuleSessionClient::UnknownError); | |
448 COMPILE_ASSERT_MATCHING_ENUM(WebContentDecryptionModuleSession::Client::MediaKey
ErrorCodeClient, ContentDecryptionModuleSessionClient::ClientError); | |
449 | |
450 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, Notifi
cationClient::PermissionAllowed); | 446 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, Notifi
cationClient::PermissionAllowed); |
451 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, Not
ificationClient::PermissionNotAllowed); | 447 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, Not
ificationClient::PermissionNotAllowed); |
452 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionDenied, Notific
ationClient::PermissionDenied); | 448 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionDenied, Notific
ationClient::PermissionDenied); |
453 | 449 |
454 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Horizontal, HorizontalScrollbar); | 450 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Horizontal, HorizontalScrollbar); |
455 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Vertical, VerticalScrollbar); | 451 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Vertical, VerticalScrollbar); |
456 | 452 |
457 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByLine, ScrollByLine); | 453 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByLine, ScrollByLine); |
458 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByPage, ScrollByPage); | 454 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByPage, ScrollByPage); |
459 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByDocument, ScrollByDocument); | 455 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::ScrollByDocument, ScrollByDocument); |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
623 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); | 619 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersNew, NavigatorContentUtilsClient::
CustomHandlersNew); |
624 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); | 620 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersRegistered, NavigatorContentUtilsC
lient::CustomHandlersRegistered); |
625 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); | 621 COMPILE_ASSERT_MATCHING_ENUM(WebCustomHandlersDeclined, NavigatorContentUtilsCli
ent::CustomHandlersDeclined); |
626 | 622 |
627 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); | 623 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionNone, TouchActionNone); |
628 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); | 624 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionAuto, TouchActionAuto); |
629 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); | 625 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanX, TouchActionPanX); |
630 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); | 626 COMPILE_ASSERT_MATCHING_ENUM(WebTouchActionPanY, TouchActionPanY); |
631 | 627 |
632 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); | 628 COMPILE_ASSERT_MATCHING_UINT64(kSerializedScriptValueVersion, SerializedScriptVa
lue::wireFormatVersion); |
OLD | NEW |