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

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

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build Created 4 years, 2 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/WebTextInputInfo.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 #include "platform/weborigin/SchemeRegistry.h" 123 #include "platform/weborigin/SchemeRegistry.h"
124 #include "public/platform/Platform.h" 124 #include "public/platform/Platform.h"
125 #include "public/platform/WebCompositeAndReadbackAsyncCallback.h" 125 #include "public/platform/WebCompositeAndReadbackAsyncCallback.h"
126 #include "public/platform/WebCompositorSupport.h" 126 #include "public/platform/WebCompositorSupport.h"
127 #include "public/platform/WebDragData.h" 127 #include "public/platform/WebDragData.h"
128 #include "public/platform/WebFloatPoint.h" 128 #include "public/platform/WebFloatPoint.h"
129 #include "public/platform/WebGestureCurve.h" 129 #include "public/platform/WebGestureCurve.h"
130 #include "public/platform/WebImage.h" 130 #include "public/platform/WebImage.h"
131 #include "public/platform/WebLayerTreeView.h" 131 #include "public/platform/WebLayerTreeView.h"
132 #include "public/platform/WebScheduler.h" 132 #include "public/platform/WebScheduler.h"
133 #include "public/platform/WebTextInputInfo.h"
133 #include "public/platform/WebURLRequest.h" 134 #include "public/platform/WebURLRequest.h"
134 #include "public/platform/WebVector.h" 135 #include "public/platform/WebVector.h"
135 #include "public/platform/WebViewScheduler.h" 136 #include "public/platform/WebViewScheduler.h"
136 #include "public/web/WebAXObject.h" 137 #include "public/web/WebAXObject.h"
137 #include "public/web/WebActiveWheelFlingParameters.h" 138 #include "public/web/WebActiveWheelFlingParameters.h"
138 #include "public/web/WebAutofillClient.h" 139 #include "public/web/WebAutofillClient.h"
139 #include "public/web/WebConsoleMessage.h" 140 #include "public/web/WebConsoleMessage.h"
140 #include "public/web/WebElement.h" 141 #include "public/web/WebElement.h"
141 #include "public/web/WebFrame.h" 142 #include "public/web/WebFrame.h"
142 #include "public/web/WebFrameClient.h" 143 #include "public/web/WebFrameClient.h"
143 #include "public/web/WebFrameWidget.h" 144 #include "public/web/WebFrameWidget.h"
144 #include "public/web/WebHitTestResult.h" 145 #include "public/web/WebHitTestResult.h"
145 #include "public/web/WebInputElement.h" 146 #include "public/web/WebInputElement.h"
146 #include "public/web/WebMeaningfulLayout.h" 147 #include "public/web/WebMeaningfulLayout.h"
147 #include "public/web/WebMediaPlayerAction.h" 148 #include "public/web/WebMediaPlayerAction.h"
148 #include "public/web/WebNode.h" 149 #include "public/web/WebNode.h"
149 #include "public/web/WebPlugin.h" 150 #include "public/web/WebPlugin.h"
150 #include "public/web/WebPluginAction.h" 151 #include "public/web/WebPluginAction.h"
151 #include "public/web/WebRange.h" 152 #include "public/web/WebRange.h"
152 #include "public/web/WebScopedUserGesture.h" 153 #include "public/web/WebScopedUserGesture.h"
153 #include "public/web/WebSelection.h" 154 #include "public/web/WebSelection.h"
154 #include "public/web/WebTextInputInfo.h"
155 #include "public/web/WebViewClient.h" 155 #include "public/web/WebViewClient.h"
156 #include "public/web/WebWindowFeatures.h" 156 #include "public/web/WebWindowFeatures.h"
157 #include "web/CompositionUnderlineVectorBuilder.h" 157 #include "web/CompositionUnderlineVectorBuilder.h"
158 #include "web/CompositorMutatorImpl.h" 158 #include "web/CompositorMutatorImpl.h"
159 #include "web/CompositorProxyClientImpl.h" 159 #include "web/CompositorProxyClientImpl.h"
160 #include "web/ContextFeaturesClientImpl.h" 160 #include "web/ContextFeaturesClientImpl.h"
161 #include "web/ContextMenuAllowedScope.h" 161 #include "web/ContextMenuAllowedScope.h"
162 #include "web/DatabaseClientImpl.h" 162 #include "web/DatabaseClientImpl.h"
163 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" 163 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h"
164 #include "web/DevToolsEmulator.h" 164 #include "web/DevToolsEmulator.h"
(...skipping 4577 matching lines...) Expand 10 before | Expand all | Expand 10 after
4742 if (focusedFrame->localFrameRoot() != mainFrameImpl()->frame()) 4742 if (focusedFrame->localFrameRoot() != mainFrameImpl()->frame())
4743 return nullptr; 4743 return nullptr;
4744 return focusedFrame; 4744 return focusedFrame;
4745 } 4745 }
4746 4746
4747 LocalFrame* WebViewImpl::focusedLocalFrameAvailableForIme() const { 4747 LocalFrame* WebViewImpl::focusedLocalFrameAvailableForIme() const {
4748 return m_imeAcceptEvents ? focusedLocalFrameInWidget() : nullptr; 4748 return m_imeAcceptEvents ? focusedLocalFrameInWidget() : nullptr;
4749 } 4749 }
4750 4750
4751 } // namespace blink 4751 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebTextInputInfo.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698