Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Side by Side Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2877303002: Move speech related files from web -> modules/(speech|exported). (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebSpeechRecognitionResult.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 #include "core/page/ScopedPageSuspender.h" 84 #include "core/page/ScopedPageSuspender.h"
85 #include "core/page/TouchDisambiguation.h" 85 #include "core/page/TouchDisambiguation.h"
86 #include "core/page/scrolling/TopDocumentRootScrollerController.h" 86 #include "core/page/scrolling/TopDocumentRootScrollerController.h"
87 #include "core/paint/PaintLayer.h" 87 #include "core/paint/PaintLayer.h"
88 #include "core/timing/DOMWindowPerformance.h" 88 #include "core/timing/DOMWindowPerformance.h"
89 #include "core/timing/Performance.h" 89 #include "core/timing/Performance.h"
90 #include "modules/accessibility/AXObject.h" 90 #include "modules/accessibility/AXObject.h"
91 #include "modules/accessibility/AXObjectCacheImpl.h" 91 #include "modules/accessibility/AXObjectCacheImpl.h"
92 #include "modules/credentialmanager/CredentialManagerClient.h" 92 #include "modules/credentialmanager/CredentialManagerClient.h"
93 #include "modules/encryptedmedia/MediaKeysController.h" 93 #include "modules/encryptedmedia/MediaKeysController.h"
94 #include "modules/speech/SpeechRecognitionClientProxy.h"
94 #include "modules/storage/StorageNamespaceController.h" 95 #include "modules/storage/StorageNamespaceController.h"
95 #include "modules/webdatabase/DatabaseClient.h" 96 #include "modules/webdatabase/DatabaseClient.h"
96 #include "modules/webgl/WebGLRenderingContext.h" 97 #include "modules/webgl/WebGLRenderingContext.h"
97 #include "platform/ContextMenu.h" 98 #include "platform/ContextMenu.h"
98 #include "platform/ContextMenuItem.h" 99 #include "platform/ContextMenuItem.h"
99 #include "platform/Cursor.h" 100 #include "platform/Cursor.h"
100 #include "platform/Histogram.h" 101 #include "platform/Histogram.h"
101 #include "platform/KeyboardCodes.h" 102 #include "platform/KeyboardCodes.h"
102 #include "platform/RuntimeEnabledFeatures.h" 103 #include "platform/RuntimeEnabledFeatures.h"
103 #include "platform/UserGestureIndicator.h" 104 #include "platform/UserGestureIndicator.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 #include "web/AnimationWorkletProxyClientImpl.h" 158 #include "web/AnimationWorkletProxyClientImpl.h"
158 #include "web/CompositorMutatorImpl.h" 159 #include "web/CompositorMutatorImpl.h"
159 #include "web/CompositorWorkerProxyClientImpl.h" 160 #include "web/CompositorWorkerProxyClientImpl.h"
160 #include "web/ContextMenuAllowedScope.h" 161 #include "web/ContextMenuAllowedScope.h"
161 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" 162 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h"
162 #include "web/DevToolsEmulator.h" 163 #include "web/DevToolsEmulator.h"
163 #include "web/FullscreenController.h" 164 #include "web/FullscreenController.h"
164 #include "web/LinkHighlightImpl.h" 165 #include "web/LinkHighlightImpl.h"
165 #include "web/PageOverlay.h" 166 #include "web/PageOverlay.h"
166 #include "web/PrerendererClientImpl.h" 167 #include "web/PrerendererClientImpl.h"
167 #include "web/SpeechRecognitionClientProxy.h"
168 #include "web/StorageQuotaClientImpl.h" 168 #include "web/StorageQuotaClientImpl.h"
169 #include "web/ValidationMessageClientImpl.h" 169 #include "web/ValidationMessageClientImpl.h"
170 #include "web/WebDevToolsAgentImpl.h" 170 #include "web/WebDevToolsAgentImpl.h"
171 #include "web/WebInputEventConversion.h" 171 #include "web/WebInputEventConversion.h"
172 #include "web/WebInputMethodControllerImpl.h" 172 #include "web/WebInputMethodControllerImpl.h"
173 #include "web/WebLocalFrameImpl.h" 173 #include "web/WebLocalFrameImpl.h"
174 #include "web/WebPluginContainerImpl.h" 174 #include "web/WebPluginContainerImpl.h"
175 #include "web/WebRemoteFrameImpl.h" 175 #include "web/WebRemoteFrameImpl.h"
176 #include "web/WebSettingsImpl.h" 176 #include "web/WebSettingsImpl.h"
177 177
(...skipping 3973 matching lines...) Expand 10 before | Expand all | Expand 10 after
4151 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame()) 4151 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame())
4152 return nullptr; 4152 return nullptr;
4153 return focused_frame; 4153 return focused_frame;
4154 } 4154 }
4155 4155
4156 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const { 4156 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const {
4157 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr; 4157 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr;
4158 } 4158 }
4159 4159
4160 } // namespace blink 4160 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebSpeechRecognitionResult.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698