| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 #include "core/editing/markers/DocumentMarkerController.h" | 120 #include "core/editing/markers/DocumentMarkerController.h" |
| 121 #include "core/editing/serializers/Serialization.h" | 121 #include "core/editing/serializers/Serialization.h" |
| 122 #include "core/editing/spellcheck/SpellChecker.h" | 122 #include "core/editing/spellcheck/SpellChecker.h" |
| 123 #include "core/frame/FrameView.h" | 123 #include "core/frame/FrameView.h" |
| 124 #include "core/frame/LocalDOMWindow.h" | 124 #include "core/frame/LocalDOMWindow.h" |
| 125 #include "core/frame/PageScaleConstraintsSet.h" | 125 #include "core/frame/PageScaleConstraintsSet.h" |
| 126 #include "core/frame/RemoteFrame.h" | 126 #include "core/frame/RemoteFrame.h" |
| 127 #include "core/frame/ScreenOrientationController.h" | 127 #include "core/frame/ScreenOrientationController.h" |
| 128 #include "core/frame/Settings.h" | 128 #include "core/frame/Settings.h" |
| 129 #include "core/frame/SmartClip.h" | 129 #include "core/frame/SmartClip.h" |
| 130 #include "core/frame/SuspendableScriptExecutor.h" |
| 130 #include "core/frame/UseCounter.h" | 131 #include "core/frame/UseCounter.h" |
| 131 #include "core/frame/VisualViewport.h" | 132 #include "core/frame/VisualViewport.h" |
| 132 #include "core/html/HTMLAnchorElement.h" | 133 #include "core/html/HTMLAnchorElement.h" |
| 133 #include "core/html/HTMLCollection.h" | 134 #include "core/html/HTMLCollection.h" |
| 134 #include "core/html/HTMLFormElement.h" | 135 #include "core/html/HTMLFormElement.h" |
| 135 #include "core/html/HTMLFrameElementBase.h" | 136 #include "core/html/HTMLFrameElementBase.h" |
| 136 #include "core/html/HTMLFrameOwnerElement.h" | 137 #include "core/html/HTMLFrameOwnerElement.h" |
| 137 #include "core/html/HTMLHeadElement.h" | 138 #include "core/html/HTMLHeadElement.h" |
| 138 #include "core/html/HTMLImageElement.h" | 139 #include "core/html/HTMLImageElement.h" |
| 139 #include "core/html/HTMLInputElement.h" | 140 #include "core/html/HTMLInputElement.h" |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 #include "public/web/WebPrintParams.h" | 216 #include "public/web/WebPrintParams.h" |
| 216 #include "public/web/WebPrintPresetOptions.h" | 217 #include "public/web/WebPrintPresetOptions.h" |
| 217 #include "public/web/WebRange.h" | 218 #include "public/web/WebRange.h" |
| 218 #include "public/web/WebScriptSource.h" | 219 #include "public/web/WebScriptSource.h" |
| 219 #include "public/web/WebSerializedScriptValue.h" | 220 #include "public/web/WebSerializedScriptValue.h" |
| 220 #include "public/web/WebTreeScopeType.h" | 221 #include "public/web/WebTreeScopeType.h" |
| 221 #include "skia/ext/platform_canvas.h" | 222 #include "skia/ext/platform_canvas.h" |
| 222 #include "web/CompositionUnderlineVectorBuilder.h" | 223 #include "web/CompositionUnderlineVectorBuilder.h" |
| 223 #include "web/RemoteFrameOwner.h" | 224 #include "web/RemoteFrameOwner.h" |
| 224 #include "web/SharedWorkerRepositoryClientImpl.h" | 225 #include "web/SharedWorkerRepositoryClientImpl.h" |
| 225 #include "web/SuspendableScriptExecutor.h" | |
| 226 #include "web/TextCheckerClientImpl.h" | 226 #include "web/TextCheckerClientImpl.h" |
| 227 #include "web/TextFinder.h" | 227 #include "web/TextFinder.h" |
| 228 #include "web/WebAssociatedURLLoaderImpl.h" | 228 #include "web/WebAssociatedURLLoaderImpl.h" |
| 229 #include "web/WebDataSourceImpl.h" | 229 #include "web/WebDataSourceImpl.h" |
| 230 #include "web/WebDevToolsAgentImpl.h" | 230 #include "web/WebDevToolsAgentImpl.h" |
| 231 #include "web/WebFrameWidgetImpl.h" | 231 #include "web/WebFrameWidgetImpl.h" |
| 232 #include "web/WebPluginContainerImpl.h" | 232 #include "web/WebPluginContainerImpl.h" |
| 233 #include "web/WebRemoteFrameImpl.h" | 233 #include "web/WebRemoteFrameImpl.h" |
| 234 #include "web/WebViewImpl.h" | 234 #include "web/WebViewImpl.h" |
| 235 | 235 |
| (...skipping 2349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2585 TextCheckerClient& WebLocalFrameImpl::GetTextCheckerClient() const { | 2585 TextCheckerClient& WebLocalFrameImpl::GetTextCheckerClient() const { |
| 2586 return *text_checker_client_; | 2586 return *text_checker_client_; |
| 2587 } | 2587 } |
| 2588 | 2588 |
| 2589 void WebLocalFrameImpl::SetTextCheckClient( | 2589 void WebLocalFrameImpl::SetTextCheckClient( |
| 2590 WebTextCheckClient* text_check_client) { | 2590 WebTextCheckClient* text_check_client) { |
| 2591 text_check_client_ = text_check_client; | 2591 text_check_client_ = text_check_client; |
| 2592 } | 2592 } |
| 2593 | 2593 |
| 2594 } // namespace blink | 2594 } // namespace blink |
| OLD | NEW |