OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 #include "core/page/Console.h" | 152 #include "core/page/Console.h" |
153 #include "core/page/DOMWindow.h" | 153 #include "core/page/DOMWindow.h" |
154 #include "core/page/EventHandler.h" | 154 #include "core/page/EventHandler.h" |
155 #include "core/page/FocusController.h" | 155 #include "core/page/FocusController.h" |
156 #include "core/page/FrameTree.h" | 156 #include "core/page/FrameTree.h" |
157 #include "core/page/FrameView.h" | 157 #include "core/page/FrameView.h" |
158 #include "core/page/Page.h" | 158 #include "core/page/Page.h" |
159 #include "core/page/Performance.h" | 159 #include "core/page/Performance.h" |
160 #include "core/page/PrintContext.h" | 160 #include "core/page/PrintContext.h" |
161 #include "core/page/Settings.h" | 161 #include "core/page/Settings.h" |
162 #include "core/platform/ScrollTypes.h" | |
163 #include "core/platform/ScrollbarTheme.h" | 162 #include "core/platform/ScrollbarTheme.h" |
164 #include "core/platform/graphics/FontCache.h" | 163 #include "core/platform/graphics/FontCache.h" |
165 #include "core/platform/graphics/GraphicsContext.h" | 164 #include "core/platform/graphics/GraphicsContext.h" |
166 #include "core/platform/graphics/GraphicsLayerClient.h" | 165 #include "core/platform/graphics/GraphicsLayerClient.h" |
167 #include "core/platform/graphics/skia/SkiaUtils.h" | 166 #include "core/platform/graphics/skia/SkiaUtils.h" |
168 #include "core/platform/network/ResourceRequest.h" | 167 #include "core/platform/network/ResourceRequest.h" |
169 #include "core/rendering/HitTestResult.h" | 168 #include "core/rendering/HitTestResult.h" |
170 #include "core/rendering/RenderBox.h" | 169 #include "core/rendering/RenderBox.h" |
171 #include "core/rendering/RenderFrame.h" | 170 #include "core/rendering/RenderFrame.h" |
172 #include "core/rendering/RenderLayer.h" | 171 #include "core/rendering/RenderLayer.h" |
173 #include "core/rendering/RenderObject.h" | 172 #include "core/rendering/RenderObject.h" |
174 #include "core/rendering/RenderTreeAsText.h" | 173 #include "core/rendering/RenderTreeAsText.h" |
175 #include "core/rendering/RenderView.h" | 174 #include "core/rendering/RenderView.h" |
176 #include "core/rendering/style/StyleInheritedData.h" | 175 #include "core/rendering/style/StyleInheritedData.h" |
177 #include "core/xml/DocumentXPathEvaluator.h" | 176 #include "core/xml/DocumentXPathEvaluator.h" |
178 #include "core/xml/XPathResult.h" | 177 #include "core/xml/XPathResult.h" |
179 #include "modules/filesystem/DOMFileSystem.h" | 178 #include "modules/filesystem/DOMFileSystem.h" |
180 #include "modules/filesystem/DirectoryEntry.h" | 179 #include "modules/filesystem/DirectoryEntry.h" |
181 #include "modules/filesystem/FileEntry.h" | 180 #include "modules/filesystem/FileEntry.h" |
182 #include "modules/filesystem/FileSystemType.h" | 181 #include "modules/filesystem/FileSystemType.h" |
183 #include "platform/TraceEvent.h" | 182 #include "platform/TraceEvent.h" |
184 #include "platform/clipboard/ClipboardUtilities.h" | 183 #include "platform/clipboard/ClipboardUtilities.h" |
| 184 #include "platform/scroll/ScrollTypes.h" |
185 #include "public/platform/Platform.h" | 185 #include "public/platform/Platform.h" |
186 #include "public/platform/WebFileSystem.h" | 186 #include "public/platform/WebFileSystem.h" |
187 #include "public/platform/WebFileSystemType.h" | 187 #include "public/platform/WebFileSystemType.h" |
188 #include "public/platform/WebFloatPoint.h" | 188 #include "public/platform/WebFloatPoint.h" |
189 #include "public/platform/WebFloatRect.h" | 189 #include "public/platform/WebFloatRect.h" |
190 #include "public/platform/WebPoint.h" | 190 #include "public/platform/WebPoint.h" |
191 #include "public/platform/WebRect.h" | 191 #include "public/platform/WebRect.h" |
192 #include "public/platform/WebSize.h" | 192 #include "public/platform/WebSize.h" |
193 #include "public/platform/WebURLError.h" | 193 #include "public/platform/WebURLError.h" |
194 #include "public/platform/WebVector.h" | 194 #include "public/platform/WebVector.h" |
(...skipping 2319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2514 | 2514 |
2515 // There is a possibility that the frame being detached was the only | 2515 // There is a possibility that the frame being detached was the only |
2516 // pending one. We need to make sure final replies can be sent. | 2516 // pending one. We need to make sure final replies can be sent. |
2517 flushCurrentScopingEffort(m_findRequestIdentifier); | 2517 flushCurrentScopingEffort(m_findRequestIdentifier); |
2518 | 2518 |
2519 cancelPendingScopingEffort(); | 2519 cancelPendingScopingEffort(); |
2520 } | 2520 } |
2521 } | 2521 } |
2522 | 2522 |
2523 } // namespace WebKit | 2523 } // namespace WebKit |
OLD | NEW |