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

Side by Side Diff: content/public/test/layouttest_support.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased Created 4 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 5 #ifndef CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
6 #define CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 6 #define CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <memory> 10 #include <memory>
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 void DisableAutoResizeMode(RenderView* render_view, 166 void DisableAutoResizeMode(RenderView* render_view,
167 const blink::WebSize& new_size); 167 const blink::WebSize& new_size);
168 168
169 // Provides a text dump of the contents of the given page state. 169 // Provides a text dump of the contents of the given page state.
170 std::string DumpBackForwardList(std::vector<PageState>& page_state, 170 std::string DumpBackForwardList(std::vector<PageState>& page_state,
171 size_t current_index); 171 size_t current_index);
172 172
173 // Run all pending idle tasks immediately, and then invoke callback. 173 // Run all pending idle tasks immediately, and then invoke callback.
174 void SchedulerRunIdleTasks(const base::Closure& callback); 174 void SchedulerRunIdleTasks(const base::Closure& callback);
175 175
176 // Causes the RenderWidget corresponding to |render_frame| to update its
177 // TextInputState.
178 void ForceTextInputStateUpdateForRenderFrame(RenderFrame* render_frame);
179
176 } // namespace content 180 } // namespace content
177 181
178 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ 182 #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
OLDNEW
« no previous file with comments | « components/test_runner/web_widget_test_proxy.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698