| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2011, 2012 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 22 matching lines...) Expand all Loading... |
| 33 #include <memory> | 33 #include <memory> |
| 34 #include "core/CSSValueKeywords.h" | 34 #include "core/CSSValueKeywords.h" |
| 35 #include "core/HTMLNames.h" | 35 #include "core/HTMLNames.h" |
| 36 #include "core/clipboard/DataObject.h" | 36 #include "core/clipboard/DataObject.h" |
| 37 #include "core/dom/ContextFeaturesClientImpl.h" | 37 #include "core/dom/ContextFeaturesClientImpl.h" |
| 38 #include "core/dom/Document.h" | 38 #include "core/dom/Document.h" |
| 39 #include "core/dom/DocumentUserGestureToken.h" | 39 #include "core/dom/DocumentUserGestureToken.h" |
| 40 #include "core/dom/Fullscreen.h" | 40 #include "core/dom/Fullscreen.h" |
| 41 #include "core/dom/LayoutTreeBuilderTraversal.h" | 41 #include "core/dom/LayoutTreeBuilderTraversal.h" |
| 42 #include "core/dom/Text.h" | 42 #include "core/dom/Text.h" |
| 43 #include "core/editing/CompositionUnderlineVectorBuilder.h" |
| 43 #include "core/editing/EditingUtilities.h" | 44 #include "core/editing/EditingUtilities.h" |
| 44 #include "core/editing/Editor.h" | 45 #include "core/editing/Editor.h" |
| 45 #include "core/editing/FrameSelection.h" | 46 #include "core/editing/FrameSelection.h" |
| 46 #include "core/editing/InputMethodController.h" | 47 #include "core/editing/InputMethodController.h" |
| 47 #include "core/editing/iterators/TextIterator.h" | 48 #include "core/editing/iterators/TextIterator.h" |
| 48 #include "core/editing/serializers/HTMLInterchange.h" | 49 #include "core/editing/serializers/HTMLInterchange.h" |
| 49 #include "core/editing/serializers/Serialization.h" | 50 #include "core/editing/serializers/Serialization.h" |
| 50 #include "core/events/KeyboardEvent.h" | 51 #include "core/events/KeyboardEvent.h" |
| 51 #include "core/events/UIEventWithKeyState.h" | 52 #include "core/events/UIEventWithKeyState.h" |
| 52 #include "core/events/WheelEvent.h" | 53 #include "core/events/WheelEvent.h" |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 #include "public/web/WebMediaPlayerAction.h" | 147 #include "public/web/WebMediaPlayerAction.h" |
| 147 #include "public/web/WebNode.h" | 148 #include "public/web/WebNode.h" |
| 148 #include "public/web/WebPlugin.h" | 149 #include "public/web/WebPlugin.h" |
| 149 #include "public/web/WebPluginAction.h" | 150 #include "public/web/WebPluginAction.h" |
| 150 #include "public/web/WebRange.h" | 151 #include "public/web/WebRange.h" |
| 151 #include "public/web/WebScopedUserGesture.h" | 152 #include "public/web/WebScopedUserGesture.h" |
| 152 #include "public/web/WebSelection.h" | 153 #include "public/web/WebSelection.h" |
| 153 #include "public/web/WebViewClient.h" | 154 #include "public/web/WebViewClient.h" |
| 154 #include "public/web/WebWindowFeatures.h" | 155 #include "public/web/WebWindowFeatures.h" |
| 155 #include "web/AnimationWorkletProxyClientImpl.h" | 156 #include "web/AnimationWorkletProxyClientImpl.h" |
| 156 #include "web/CompositionUnderlineVectorBuilder.h" | |
| 157 #include "web/CompositorMutatorImpl.h" | 157 #include "web/CompositorMutatorImpl.h" |
| 158 #include "web/CompositorWorkerProxyClientImpl.h" | 158 #include "web/CompositorWorkerProxyClientImpl.h" |
| 159 #include "web/ContextMenuAllowedScope.h" | 159 #include "web/ContextMenuAllowedScope.h" |
| 160 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" | 160 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" |
| 161 #include "web/DevToolsEmulator.h" | 161 #include "web/DevToolsEmulator.h" |
| 162 #include "web/FullscreenController.h" | 162 #include "web/FullscreenController.h" |
| 163 #include "web/InspectorOverlayAgent.h" | 163 #include "web/InspectorOverlayAgent.h" |
| 164 #include "web/LinkHighlightImpl.h" | 164 #include "web/LinkHighlightImpl.h" |
| 165 #include "web/PageOverlay.h" | 165 #include "web/PageOverlay.h" |
| 166 #include "web/PrerendererClientImpl.h" | 166 #include "web/PrerendererClientImpl.h" |
| (...skipping 3996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4163 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame()) | 4163 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame()) |
| 4164 return nullptr; | 4164 return nullptr; |
| 4165 return focused_frame; | 4165 return focused_frame; |
| 4166 } | 4166 } |
| 4167 | 4167 |
| 4168 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const { | 4168 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const { |
| 4169 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr; | 4169 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr; |
| 4170 } | 4170 } |
| 4171 | 4171 |
| 4172 } // namespace blink | 4172 } // namespace blink |
| OLD | NEW |