| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 #include "WebNode.h" | 116 #include "WebNode.h" |
| 117 #include "WebPerformance.h" | 117 #include "WebPerformance.h" |
| 118 #include "WebPlugin.h" | 118 #include "WebPlugin.h" |
| 119 #include "WebPluginContainerImpl.h" | 119 #include "WebPluginContainerImpl.h" |
| 120 #include "WebPrintParams.h" | 120 #include "WebPrintParams.h" |
| 121 #include "WebRange.h" | 121 #include "WebRange.h" |
| 122 #include "WebScriptSource.h" | 122 #include "WebScriptSource.h" |
| 123 #include "WebSecurityOrigin.h" | 123 #include "WebSecurityOrigin.h" |
| 124 #include "WebSerializedScriptValue.h" | 124 #include "WebSerializedScriptValue.h" |
| 125 #include "WebViewImpl.h" | 125 #include "WebViewImpl.h" |
| 126 #include "XPathResult.h" | |
| 127 #include "core/dom/Document.h" | 126 #include "core/dom/Document.h" |
| 128 #include "core/dom/DocumentMarker.h" | 127 #include "core/dom/DocumentMarker.h" |
| 129 #include "core/dom/DocumentMarkerController.h" | 128 #include "core/dom/DocumentMarkerController.h" |
| 130 #include "core/dom/IconURL.h" | 129 #include "core/dom/IconURL.h" |
| 131 #include "core/dom/MessagePort.h" | 130 #include "core/dom/MessagePort.h" |
| 132 #include "core/dom/Node.h" | 131 #include "core/dom/Node.h" |
| 133 #include "core/dom/NodeTraversal.h" | 132 #include "core/dom/NodeTraversal.h" |
| 134 #include "core/dom/ShadowRoot.h" | 133 #include "core/dom/ShadowRoot.h" |
| 135 #include "core/dom/UserGestureIndicator.h" | 134 #include "core/dom/UserGestureIndicator.h" |
| 136 #include "core/dom/default/chromium/PlatformMessagePortChannelChromium.h" | 135 #include "core/dom/default/chromium/PlatformMessagePortChannelChromium.h" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 #include "core/platform/network/ResourceHandle.h" | 170 #include "core/platform/network/ResourceHandle.h" |
| 172 #include "core/platform/network/ResourceRequest.h" | 171 #include "core/platform/network/ResourceRequest.h" |
| 173 #include "core/rendering/HitTestResult.h" | 172 #include "core/rendering/HitTestResult.h" |
| 174 #include "core/rendering/RenderBox.h" | 173 #include "core/rendering/RenderBox.h" |
| 175 #include "core/rendering/RenderFrame.h" | 174 #include "core/rendering/RenderFrame.h" |
| 176 #include "core/rendering/RenderLayer.h" | 175 #include "core/rendering/RenderLayer.h" |
| 177 #include "core/rendering/RenderObject.h" | 176 #include "core/rendering/RenderObject.h" |
| 178 #include "core/rendering/RenderTreeAsText.h" | 177 #include "core/rendering/RenderTreeAsText.h" |
| 179 #include "core/rendering/RenderView.h" | 178 #include "core/rendering/RenderView.h" |
| 180 #include "core/rendering/style/StyleInheritedData.h" | 179 #include "core/rendering/style/StyleInheritedData.h" |
| 180 #include "core/xml/XPathResult.h" |
| 181 #include "painting/GraphicsContextBuilder.h" | 181 #include "painting/GraphicsContextBuilder.h" |
| 182 #include <public/Platform.h> | 182 #include <public/Platform.h> |
| 183 #include <public/WebFileSystem.h> | 183 #include <public/WebFileSystem.h> |
| 184 #include <public/WebFileSystemType.h> | 184 #include <public/WebFileSystemType.h> |
| 185 #include <public/WebFloatPoint.h> | 185 #include <public/WebFloatPoint.h> |
| 186 #include <public/WebFloatRect.h> | 186 #include <public/WebFloatRect.h> |
| 187 #include <public/WebPoint.h> | 187 #include <public/WebPoint.h> |
| 188 #include <public/WebRect.h> | 188 #include <public/WebRect.h> |
| 189 #include <public/WebSize.h> | 189 #include <public/WebSize.h> |
| 190 #include <public/WebURLError.h> | 190 #include <public/WebURLError.h> |
| (...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2503 | 2503 |
| 2504 // There is a possibility that the frame being detached was the only | 2504 // There is a possibility that the frame being detached was the only |
| 2505 // pending one. We need to make sure final replies can be sent. | 2505 // pending one. We need to make sure final replies can be sent. |
| 2506 flushCurrentScopingEffort(m_findRequestIdentifier); | 2506 flushCurrentScopingEffort(m_findRequestIdentifier); |
| 2507 | 2507 |
| 2508 cancelPendingScopingEffort(); | 2508 cancelPendingScopingEffort(); |
| 2509 } | 2509 } |
| 2510 } | 2510 } |
| 2511 | 2511 |
| 2512 } // namespace WebKit | 2512 } // namespace WebKit |
| OLD | NEW |