Home
last modified time | relevance | path

Searched refs:SimulateKeyPress (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/apps/
Dapp_window_interactive_uitest.cc53 bool SimulateKeyPress(ui::KeyboardCode key) { in SimulateKeyPress() function in AppWindowInteractiveTest
68 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_Z)); in WaitUntilKeyFocus()
111 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE)); in IN_PROC_BROWSER_TEST_F()
145 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A)); in IN_PROC_BROWSER_TEST_F()
161 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE)); in IN_PROC_BROWSER_TEST_F()
200 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE)); in IN_PROC_BROWSER_TEST_F()
204 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B)); in IN_PROC_BROWSER_TEST_F()
244 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A)); in IN_PROC_BROWSER_TEST_F()
255 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE)); in IN_PROC_BROWSER_TEST_F()
259 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B)); in IN_PROC_BROWSER_TEST_F()
[all …]
Dweb_view_interactive_browsertest.cc424 content::SimulateKeyPress( in PopupTestHelper()
450 content::SimulateKeyPress( in PopupTestHelper()
648 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB, in IN_PROC_BROWSER_TEST_F()
663 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB, in IN_PROC_BROWSER_TEST_F()
665 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB, in IN_PROC_BROWSER_TEST_F()
667 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view_unittest.cc173 void SimulateKeyPress(ui::KeyboardCode key_code) { in SimulateKeyPress() function in app_list::test::AppsGridViewTest
610 SimulateKeyPress(ui::VKEY_UP); in TEST_F()
612 SimulateKeyPress(ui::VKEY_LEFT); in TEST_F()
617 SimulateKeyPress(ui::VKEY_DOWN); in TEST_F()
619 SimulateKeyPress(ui::VKEY_RIGHT); in TEST_F()
625 SimulateKeyPress(ui::VKEY_RIGHT); in TEST_F()
628 SimulateKeyPress(ui::VKEY_LEFT); in TEST_F()
634 SimulateKeyPress(ui::VKEY_DOWN); in TEST_F()
641 SimulateKeyPress(ui::VKEY_UP); in TEST_F()
647 SimulateKeyPress(ui::VKEY_PRIOR); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker_browsertest.cc255 void SimulateKeyPress(views::Widget* widget, ui::KeyboardCode key_code) { in SimulateKeyPress() function
261 SimulateKeyPress(widget, ui::VKEY_SPACE); in UnlockKeyPress()
296 SimulateKeyPress(tester->GetWidget(), ui::VKEY_ESCAPE); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/public/test/
Dbrowser_test_utils.h91 void SimulateKeyPress(WebContents* web_contents,
Dbrowser_test_utils.cc280 void SimulateKeyPress(WebContents* web_contents, in SimulateKeyPress() function
/external/chromium_org/chrome/browser/chromeos/input_method/
Dtextinput_browsertest.cc257 content::SimulateKeyPress(tab, ui::VKEY_TAB, false, false, false, false); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/autofill/
Dautofill_interactive_uitest.cc353 content::SimulateKeyPress( in SendKeyToPageAndWait()