Searched defs:SimulateKeyPress (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_browsertest.cc252 void SimulateKeyPress(views::Widget* widget, ui::KeyboardCode key_code) { function in namespace:chromeos
258 SimulateKeyPress(widget, ui::VKEY_SPACE);
293 SimulateKeyPress(tester->GetWidget(), ui::VKEY_ESCAPE);
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_interactive_uitest.cc64 bool SimulateKeyPress(ui::KeyboardCode key) { function in class:AppWindowInteractiveTest
79 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_Z));
125 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
165 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
181 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
226 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
230 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B));
270 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
281 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
285 ASSERT_TRUE(SimulateKeyPress(u
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view_unittest.cc173 void SimulateKeyPress(ui::KeyboardCode key_code) { function in class:app_list::test::AppsGridViewTest
700 SimulateKeyPress(ui::VKEY_UP);
702 SimulateKeyPress(ui::VKEY_LEFT);
707 SimulateKeyPress(ui::VKEY_DOWN);
709 SimulateKeyPress(ui::VKEY_RIGHT);
715 SimulateKeyPress(ui::VKEY_RIGHT);
718 SimulateKeyPress(ui::VKEY_LEFT);
724 SimulateKeyPress(ui::VKEY_DOWN);
731 SimulateKeyPress(ui::VKEY_UP);
737 SimulateKeyPress(u
[all...]
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc308 void SimulateKeyPress(WebContents* web_contents, function in namespace:content

Completed in 173 milliseconds