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

  /external/chromium_org/chrome/browser/chromeos/accessibility/
sticky_keys_browsertest.cc 40 void SendKeyPress(ui::KeyboardCode key) {
61 SendKeyPress(ui::VKEY_MENU); // alt key.
62 SendKeyPress(ui::VKEY_SHIFT);
63 SendKeyPress(ui::VKEY_S);
71 SendKeyPress(ui::VKEY_S);
76 SendKeyPress(ui::VKEY_MENU); // alt key.
77 SendKeyPress(ui::VKEY_SHIFT);
78 SendKeyPress(ui::VKEY_S);
85 SendKeyPress(ui::VKEY_CONTROL);
86 SendKeyPress(ui::VKEY_CONTROL)
    [all...]
spoken_feedback_browsertest.cc 57 void SendKeyPress(ui::KeyboardCode key) {
87 SendKeyPress(ui::VKEY_F);
89 SendKeyPress(ui::VKEY_O);
91 SendKeyPress(ui::VKEY_O);
94 SendKeyPress(ui::VKEY_TAB);
99 SendKeyPress(ui::VKEY_RETURN);
195 SendKeyPress(ui::VKEY_X);
198 SendKeyPress(ui::VKEY_Y);
201 SendKeyPress(ui::VKEY_Z);
204 SendKeyPress(ui::VKEY_BACK)
    [all...]
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 33 virtual bool SendKeyPress(gfx::NativeWindow native_window,
  /external/chromium_org/ui/base/test/
ui_controls_aura.cc 20 bool SendKeyPress(gfx::NativeWindow window,
27 return instance_->SendKeyPress(
ui_controls_win.cc 19 bool SendKeyPress(gfx::NativeWindow window,
  /external/chromium_org/chrome/renderer/autofill/
page_click_tracker_browsertest.cc 87 void SendKeyPress(int key_code) {
155 SendKeyPress(ui::VKEY_TAB);
191 SendKeyPress(ui::VKEY_TAB);
192 SendKeyPress(ui::VKEY_TAB);
193 SendKeyPress(ui::VKEY_TAB);
  /external/chromium_org/chrome/browser/ui/views/
keyboard_access_browsertest.cc 34 void SendKeyPress(Browser* browser, ui::KeyboardCode key) {
35 ASSERT_TRUE(ui_controls::SendKeyPress(
109 SendKeyPress(browser_, ui::VKEY_DOWN);
110 SendKeyPress(browser_, ui::VKEY_RETURN);
112 SendKeyPress(browser_, ui::VKEY_ESCAPE);
235 SendKeyPress(browser(), ui::VKEY_DOWN);
237 SendKeyPress(browser(), ui::VKEY_RETURN);
324 SendKeyPress(browser(), ui::VKEY_DOWN);

Completed in 205 milliseconds