| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 BLINK_PLATFORM_EXPORT static void EnableHeapCompaction(bool); | 85 BLINK_PLATFORM_EXPORT static void EnableHeapCompaction(bool); |
| 86 BLINK_PLATFORM_EXPORT static void EnableInputMultipleFieldsUI(bool); | 86 BLINK_PLATFORM_EXPORT static void EnableInputMultipleFieldsUI(bool); |
| 87 BLINK_PLATFORM_EXPORT static void EnableLazyParseCSS(bool); | 87 BLINK_PLATFORM_EXPORT static void EnableLazyParseCSS(bool); |
| 88 BLINK_PLATFORM_EXPORT static void EnableLoadingWithMojo(bool); | 88 BLINK_PLATFORM_EXPORT static void EnableLoadingWithMojo(bool); |
| 89 BLINK_PLATFORM_EXPORT static void EnableMediaCapture(bool); | 89 BLINK_PLATFORM_EXPORT static void EnableMediaCapture(bool); |
| 90 BLINK_PLATFORM_EXPORT static void EnableMediaDocumentDownloadButton(bool); | 90 BLINK_PLATFORM_EXPORT static void EnableMediaDocumentDownloadButton(bool); |
| 91 BLINK_PLATFORM_EXPORT static void EnableMediaSession(bool); | 91 BLINK_PLATFORM_EXPORT static void EnableMediaSession(bool); |
| 92 BLINK_PLATFORM_EXPORT static void EnableMiddleClickAutoscroll(bool); | 92 BLINK_PLATFORM_EXPORT static void EnableMiddleClickAutoscroll(bool); |
| 93 BLINK_PLATFORM_EXPORT static void EnableNavigatorContentUtils(bool); | 93 BLINK_PLATFORM_EXPORT static void EnableNavigatorContentUtils(bool); |
| 94 BLINK_PLATFORM_EXPORT static void EnableNetworkInformation(bool); | 94 BLINK_PLATFORM_EXPORT static void EnableNetworkInformation(bool); |
| 95 BLINK_PLATFORM_EXPORT static void EnableNotCompositeSmallScroller(bool); |
| 95 BLINK_PLATFORM_EXPORT static void EnableNotificationConstructor(bool); | 96 BLINK_PLATFORM_EXPORT static void EnableNotificationConstructor(bool); |
| 96 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool); | 97 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool); |
| 97 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool); | 98 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool); |
| 98 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool); | 99 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool); |
| 99 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool); | 100 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool); |
| 100 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool); | 101 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool); |
| 101 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool); | 102 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool); |
| 102 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool); | 103 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool); |
| 103 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool); | 104 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool); |
| 104 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool); | 105 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool); |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 BLINK_PLATFORM_EXPORT static void EnableMediaControlsOverlayPlayButton(bool); | 157 BLINK_PLATFORM_EXPORT static void EnableMediaControlsOverlayPlayButton(bool); |
| 157 BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool); | 158 BLINK_PLATFORM_EXPORT static void EnableLocationHardReload(bool); |
| 158 | 159 |
| 159 private: | 160 private: |
| 160 WebRuntimeFeatures(); | 161 WebRuntimeFeatures(); |
| 161 }; | 162 }; |
| 162 | 163 |
| 163 } // namespace blink | 164 } // namespace blink |
| 164 | 165 |
| 165 #endif | 166 #endif |
| OLD | NEW |