| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2012 Google Inc. All rights reserved. |
| 3 * Copyright (C) 2013 Apple Inc. All rights reserved. | 3 * Copyright (C) 2013 Apple Inc. All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 #include "core/layout/LayoutTreeAsText.h" | 100 #include "core/layout/LayoutTreeAsText.h" |
| 101 #include "core/layout/api/LayoutMenuListItem.h" | 101 #include "core/layout/api/LayoutMenuListItem.h" |
| 102 #include "core/layout/api/LayoutViewItem.h" | 102 #include "core/layout/api/LayoutViewItem.h" |
| 103 #include "core/layout/compositing/CompositedLayerMapping.h" | 103 #include "core/layout/compositing/CompositedLayerMapping.h" |
| 104 #include "core/layout/compositing/PaintLayerCompositor.h" | 104 #include "core/layout/compositing/PaintLayerCompositor.h" |
| 105 #include "core/loader/DocumentLoader.h" | 105 #include "core/loader/DocumentLoader.h" |
| 106 #include "core/loader/FrameLoader.h" | 106 #include "core/loader/FrameLoader.h" |
| 107 #include "core/loader/HistoryItem.h" | 107 #include "core/loader/HistoryItem.h" |
| 108 #include "core/page/ChromeClient.h" | 108 #include "core/page/ChromeClient.h" |
| 109 #include "core/page/FocusController.h" | 109 #include "core/page/FocusController.h" |
| 110 #include "core/page/NetworkStateNotifier.h" | |
| 111 #include "core/page/Page.h" | 110 #include "core/page/Page.h" |
| 112 #include "core/page/PrintContext.h" | 111 #include "core/page/PrintContext.h" |
| 113 #include "core/page/scrolling/ScrollState.h" | 112 #include "core/page/scrolling/ScrollState.h" |
| 114 #include "core/paint/PaintLayer.h" | 113 #include "core/paint/PaintLayer.h" |
| 115 #include "core/svg/SVGImageElement.h" | 114 #include "core/svg/SVGImageElement.h" |
| 116 #include "core/testing/CallbackFunctionTest.h" | 115 #include "core/testing/CallbackFunctionTest.h" |
| 117 #include "core/testing/DictionaryTest.h" | 116 #include "core/testing/DictionaryTest.h" |
| 118 #include "core/testing/GCObservation.h" | 117 #include "core/testing/GCObservation.h" |
| 119 #include "core/testing/InternalRuntimeFlags.h" | 118 #include "core/testing/InternalRuntimeFlags.h" |
| 120 #include "core/testing/InternalSettings.h" | 119 #include "core/testing/InternalSettings.h" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 131 #include "platform/Language.h" | 130 #include "platform/Language.h" |
| 132 #include "platform/LayoutLocale.h" | 131 #include "platform/LayoutLocale.h" |
| 133 #include "platform/RuntimeEnabledFeatures.h" | 132 #include "platform/RuntimeEnabledFeatures.h" |
| 134 #include "platform/geometry/IntRect.h" | 133 #include "platform/geometry/IntRect.h" |
| 135 #include "platform/geometry/LayoutRect.h" | 134 #include "platform/geometry/LayoutRect.h" |
| 136 #include "platform/graphics/GraphicsLayer.h" | 135 #include "platform/graphics/GraphicsLayer.h" |
| 137 #include "platform/heap/Handle.h" | 136 #include "platform/heap/Handle.h" |
| 138 #include "platform/instrumentation/tracing/TraceEvent.h" | 137 #include "platform/instrumentation/tracing/TraceEvent.h" |
| 139 #include "platform/loader/fetch/MemoryCache.h" | 138 #include "platform/loader/fetch/MemoryCache.h" |
| 140 #include "platform/loader/fetch/ResourceFetcher.h" | 139 #include "platform/loader/fetch/ResourceFetcher.h" |
| 140 #include "platform/network/NetworkStateNotifier.h" |
| 141 #include "platform/network/ResourceLoadPriority.h" | 141 #include "platform/network/ResourceLoadPriority.h" |
| 142 #include "platform/scroll/ProgrammaticScrollAnimator.h" | 142 #include "platform/scroll/ProgrammaticScrollAnimator.h" |
| 143 #include "platform/scroll/ScrollbarTheme.h" | 143 #include "platform/scroll/ScrollbarTheme.h" |
| 144 #include "platform/testing/URLTestHelpers.h" | 144 #include "platform/testing/URLTestHelpers.h" |
| 145 #include "platform/weborigin/SchemeRegistry.h" | 145 #include "platform/weborigin/SchemeRegistry.h" |
| 146 #include "public/platform/Platform.h" | 146 #include "public/platform/Platform.h" |
| 147 #include "public/platform/WebConnectionType.h" | 147 #include "public/platform/WebConnectionType.h" |
| 148 #include "public/platform/WebGraphicsContext3DProvider.h" | 148 #include "public/platform/WebGraphicsContext3DProvider.h" |
| 149 #include "public/platform/WebLayer.h" | 149 #include "public/platform/WebLayer.h" |
| 150 #include "public/platform/modules/remoteplayback/WebRemotePlaybackAvailability.h
" | 150 #include "public/platform/modules/remoteplayback/WebRemotePlaybackAvailability.h
" |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3176 | 3176 |
| 3177 void Internals::crash() { | 3177 void Internals::crash() { |
| 3178 CHECK(false) << "Intentional crash"; | 3178 CHECK(false) << "Intentional crash"; |
| 3179 } | 3179 } |
| 3180 | 3180 |
| 3181 void Internals::setIsLowEndDevice(bool isLowEndDevice) { | 3181 void Internals::setIsLowEndDevice(bool isLowEndDevice) { |
| 3182 MemoryCoordinator::setIsLowEndDeviceForTesting(isLowEndDevice); | 3182 MemoryCoordinator::setIsLowEndDeviceForTesting(isLowEndDevice); |
| 3183 } | 3183 } |
| 3184 | 3184 |
| 3185 } // namespace blink | 3185 } // namespace blink |
| OLD | NEW |