| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 #include <utility> | 92 #include <utility> |
| 93 | 93 |
| 94 #include "bindings/core/v8/BindingSecurity.h" | 94 #include "bindings/core/v8/BindingSecurity.h" |
| 95 #include "bindings/core/v8/ExceptionState.h" | 95 #include "bindings/core/v8/ExceptionState.h" |
| 96 #include "bindings/core/v8/ScriptController.h" | 96 #include "bindings/core/v8/ScriptController.h" |
| 97 #include "bindings/core/v8/ScriptSourceCode.h" | 97 #include "bindings/core/v8/ScriptSourceCode.h" |
| 98 #include "bindings/core/v8/ScriptValue.h" | 98 #include "bindings/core/v8/ScriptValue.h" |
| 99 #include "bindings/core/v8/SourceLocation.h" | 99 #include "bindings/core/v8/SourceLocation.h" |
| 100 #include "bindings/core/v8/V8BindingForCore.h" | 100 #include "bindings/core/v8/V8BindingForCore.h" |
| 101 #include "bindings/core/v8/V8GCController.h" | 101 #include "bindings/core/v8/V8GCController.h" |
| 102 #include "bindings/core/v8/V8PerIsolateData.h" | |
| 103 #include "core/HTMLNames.h" | 102 #include "core/HTMLNames.h" |
| 104 #include "core/dom/Document.h" | 103 #include "core/dom/Document.h" |
| 105 #include "core/dom/DocumentUserGestureToken.h" | 104 #include "core/dom/DocumentUserGestureToken.h" |
| 106 #include "core/dom/IconURL.h" | 105 #include "core/dom/IconURL.h" |
| 107 #include "core/dom/MessagePort.h" | 106 #include "core/dom/MessagePort.h" |
| 108 #include "core/dom/Node.h" | 107 #include "core/dom/Node.h" |
| 109 #include "core/dom/NodeTraversal.h" | 108 #include "core/dom/NodeTraversal.h" |
| 110 #include "core/dom/shadow/ShadowRoot.h" | 109 #include "core/dom/shadow/ShadowRoot.h" |
| 111 #include "core/editing/CompositionUnderlineVectorBuilder.h" | 110 #include "core/editing/CompositionUnderlineVectorBuilder.h" |
| 112 #include "core/editing/EditingUtilities.h" | 111 #include "core/editing/EditingUtilities.h" |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 #include "core/page/Page.h" | 160 #include "core/page/Page.h" |
| 162 #include "core/page/PrintContext.h" | 161 #include "core/page/PrintContext.h" |
| 163 #include "core/paint/PaintLayer.h" | 162 #include "core/paint/PaintLayer.h" |
| 164 #include "core/paint/TransformRecorder.h" | 163 #include "core/paint/TransformRecorder.h" |
| 165 #include "core/timing/DOMWindowPerformance.h" | 164 #include "core/timing/DOMWindowPerformance.h" |
| 166 #include "core/timing/Performance.h" | 165 #include "core/timing/Performance.h" |
| 167 #include "platform/ScriptForbiddenScope.h" | 166 #include "platform/ScriptForbiddenScope.h" |
| 168 #include "platform/UserGestureIndicator.h" | 167 #include "platform/UserGestureIndicator.h" |
| 169 #include "platform/WebFrameScheduler.h" | 168 #include "platform/WebFrameScheduler.h" |
| 170 #include "platform/bindings/DOMWrapperWorld.h" | 169 #include "platform/bindings/DOMWrapperWorld.h" |
| 170 #include "platform/bindings/V8PerIsolateData.h" |
| 171 #include "platform/clipboard/ClipboardUtilities.h" | 171 #include "platform/clipboard/ClipboardUtilities.h" |
| 172 #include "platform/fonts/FontCache.h" | 172 #include "platform/fonts/FontCache.h" |
| 173 #include "platform/graphics/Color.h" | 173 #include "platform/graphics/Color.h" |
| 174 #include "platform/graphics/GraphicsContext.h" | 174 #include "platform/graphics/GraphicsContext.h" |
| 175 #include "platform/graphics/GraphicsLayerClient.h" | 175 #include "platform/graphics/GraphicsLayerClient.h" |
| 176 #include "platform/graphics/paint/ClipRecorder.h" | 176 #include "platform/graphics/paint/ClipRecorder.h" |
| 177 #include "platform/graphics/paint/DisplayItemCacheSkipper.h" | 177 #include "platform/graphics/paint/DisplayItemCacheSkipper.h" |
| 178 #include "platform/graphics/paint/DrawingRecorder.h" | 178 #include "platform/graphics/paint/DrawingRecorder.h" |
| 179 #include "platform/graphics/paint/PaintRecordBuilder.h" | 179 #include "platform/graphics/paint/PaintRecordBuilder.h" |
| 180 #include "platform/graphics/skia/SkiaUtils.h" | 180 #include "platform/graphics/skia/SkiaUtils.h" |
| (...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2576 TextCheckerClient& WebLocalFrameImpl::GetTextCheckerClient() const { | 2576 TextCheckerClient& WebLocalFrameImpl::GetTextCheckerClient() const { |
| 2577 return *text_checker_client_; | 2577 return *text_checker_client_; |
| 2578 } | 2578 } |
| 2579 | 2579 |
| 2580 void WebLocalFrameImpl::SetTextCheckClient( | 2580 void WebLocalFrameImpl::SetTextCheckClient( |
| 2581 WebTextCheckClient* text_check_client) { | 2581 WebTextCheckClient* text_check_client) { |
| 2582 text_check_client_ = text_check_client; | 2582 text_check_client_ = text_check_client; |
| 2583 } | 2583 } |
| 2584 | 2584 |
| 2585 } // namespace blink | 2585 } // namespace blink |
| OLD | NEW |