HomeSort by relevance Sort by last modified time
    Searched refs:SimulateKeyPress (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 53 bool SimulateKeyPress(ui::KeyboardCode key) {
68 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_Z));
111 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
145 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
161 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
200 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
204 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B));
244 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
255 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
259 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B))
    [all...]
web_view_interactive_browsertest.cc 424 content::SimulateKeyPress(
450 content::SimulateKeyPress(
648 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB,
663 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB,
665 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB,
667 content::SimulateKeyPress(embedder_web_contents, ui::VKEY_TAB,
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 173 void SimulateKeyPress(ui::KeyboardCode key_code) {
610 SimulateKeyPress(ui::VKEY_UP);
612 SimulateKeyPress(ui::VKEY_LEFT);
617 SimulateKeyPress(ui::VKEY_DOWN);
619 SimulateKeyPress(ui::VKEY_RIGHT);
625 SimulateKeyPress(ui::VKEY_RIGHT);
628 SimulateKeyPress(ui::VKEY_LEFT);
634 SimulateKeyPress(ui::VKEY_DOWN);
641 SimulateKeyPress(ui::VKEY_UP);
647 SimulateKeyPress(ui::VKEY_PRIOR)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_browsertest.cc 255 void SimulateKeyPress(views::Widget* widget, ui::KeyboardCode key_code) {
261 SimulateKeyPress(widget, ui::VKEY_SPACE);
296 SimulateKeyPress(tester->GetWidget(), ui::VKEY_ESCAPE);
  /external/chromium_org/content/public/test/
browser_test_utils.h 91 void SimulateKeyPress(WebContents* web_contents,
browser_test_utils.cc 280 void SimulateKeyPress(WebContents* web_contents,
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_browsertest.cc 257 content::SimulateKeyPress(tab, ui::VKEY_TAB, false, false, false, false);
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 353 content::SimulateKeyPress(
    [all...]

Completed in 822 milliseconds