| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 #include "public/platform/WebFileError.h" | 84 #include "public/platform/WebFileError.h" |
| 85 #include "public/platform/WebFileInfo.h" | 85 #include "public/platform/WebFileInfo.h" |
| 86 #include "public/platform/WebFileSystem.h" | 86 #include "public/platform/WebFileSystem.h" |
| 87 #include "public/platform/WebFontDescription.h" | 87 #include "public/platform/WebFontDescription.h" |
| 88 #include "public/platform/WebHistoryScrollRestorationType.h" | 88 #include "public/platform/WebHistoryScrollRestorationType.h" |
| 89 #include "public/platform/WebInputEvent.h" | 89 #include "public/platform/WebInputEvent.h" |
| 90 #include "public/platform/WebMediaPlayer.h" | 90 #include "public/platform/WebMediaPlayer.h" |
| 91 #include "public/platform/WebMediaPlayerClient.h" | 91 #include "public/platform/WebMediaPlayerClient.h" |
| 92 #include "public/platform/WebMediaSource.h" | 92 #include "public/platform/WebMediaSource.h" |
| 93 #include "public/platform/WebMediaStreamSource.h" | 93 #include "public/platform/WebMediaStreamSource.h" |
| 94 #include "public/platform/WebMouseWheelEvent.h" |
| 94 #include "public/platform/WebPageVisibilityState.h" | 95 #include "public/platform/WebPageVisibilityState.h" |
| 95 #include "public/platform/WebReferrerPolicy.h" | 96 #include "public/platform/WebReferrerPolicy.h" |
| 96 #include "public/platform/WebScrollbar.h" | 97 #include "public/platform/WebScrollbar.h" |
| 97 #include "public/platform/WebScrollbarBehavior.h" | 98 #include "public/platform/WebScrollbarBehavior.h" |
| 98 #include "public/platform/WebSelectionBound.h" | 99 #include "public/platform/WebSelectionBound.h" |
| 99 #include "public/platform/WebStorageQuotaError.h" | 100 #include "public/platform/WebStorageQuotaError.h" |
| 100 #include "public/platform/WebStorageQuotaType.h" | 101 #include "public/platform/WebStorageQuotaType.h" |
| 101 #include "public/platform/WebURLRequest.h" | 102 #include "public/platform/WebURLRequest.h" |
| 102 #include "public/platform/WebURLResponse.h" | 103 #include "public/platform/WebURLResponse.h" |
| 103 #include "public/platform/modules/indexeddb/WebIDBCursor.h" | 104 #include "public/platform/modules/indexeddb/WebIDBCursor.h" |
| (...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 ProgressBarCompletion::DOMContentLoaded); | 909 ProgressBarCompletion::DOMContentLoaded); |
| 909 STATIC_ASSERT_ENUM( | 910 STATIC_ASSERT_ENUM( |
| 910 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, | 911 WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames, |
| 911 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); | 912 ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames); |
| 912 | 913 |
| 913 static_assert(kSerializedScriptValueVersion == | 914 static_assert(kSerializedScriptValueVersion == |
| 914 SerializedScriptValue::wireFormatVersion, | 915 SerializedScriptValue::wireFormatVersion, |
| 915 ""); | 916 ""); |
| 916 | 917 |
| 917 } // namespace blink | 918 } // namespace blink |
| OLD | NEW |