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

  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 53 bool SimulateKeyPress(ui::KeyboardCode key) {
111 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
135 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
145 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
169 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
173 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B));
203 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_A));
208 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_ESCAPE));
212 ASSERT_TRUE(SimulateKeyPress(ui::VKEY_B));
  /external/chromium_org/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 250 void SimulateKeyPress(views::Widget* widget, ui::KeyboardCode key_code) {
256 SimulateKeyPress(widget, ui::VKEY_SPACE);
291 SimulateKeyPress(tester->GetWidget(), ui::VKEY_ESCAPE);
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 166 void SimulateKeyPress(ui::KeyboardCode key_code) {
366 SimulateKeyPress(ui::VKEY_UP);
368 SimulateKeyPress(ui::VKEY_LEFT);
373 SimulateKeyPress(ui::VKEY_DOWN);
375 SimulateKeyPress(ui::VKEY_RIGHT);
381 SimulateKeyPress(ui::VKEY_RIGHT);
384 SimulateKeyPress(ui::VKEY_LEFT);
390 SimulateKeyPress(ui::VKEY_DOWN);
397 SimulateKeyPress(ui::VKEY_UP);
403 SimulateKeyPress(ui::VKEY_PRIOR)
    [all...]
  /external/chromium_org/content/public/test/
browser_test_utils.cc 262 void SimulateKeyPress(WebContents* web_contents,

Completed in 1474 milliseconds