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

Side by Side Diff: ui/keyboard/keyboard_test_util.h

Issue 2702933002: Add an end to end test: virtual keyboard opens on click of text input (Closed)
Patch Set: Updated the test so to simulate user's click. Created 3 years, 9 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 | « ui/keyboard/keyboard_controller.cc ('k') | ui/keyboard/keyboard_test_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_KEYBOARD_KEYBOARD_TEST_UTIL_
6 #define UI_KEYBOARD_KEYBOARD_TEST_UTIL_
7
8 namespace keyboard {
9
10 // Waits until the keyboard is shown. Return false if there is no keyboard
11 // window created.
12 bool WaitUntilShown();
13
14 // Waits until the keyboard is hidden. Return false if there is no keyboard
15 // window created.
16 bool WaitUntilHidden();
17
18 } // namespace keyboard
19
20 #endif // UI_KEYBOARD_KEYBOARD_TEST_UTIL_
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard_controller.cc ('k') | ui/keyboard/keyboard_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698