HomeSort by relevance Sort by last modified time
    Searched refs:SendKeyPress (Results 1 - 18 of 18) 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 63 void SendKeyPress(ui::KeyboardCode key) {
146 SendKeyPress(key);
177 SendKeyPress(ui::VKEY_F);
179 SendKeyPress(ui::VKEY_O);
181 SendKeyPress(ui::VKEY_O);
184 SendKeyPress(ui::VKEY_TAB);
189 SendKeyPress(ui::VKEY_RETURN);
284 SendKeyPress(ui::VKEY_X);
287 SendKeyPress(ui::VKEY_Y);
290 SendKeyPress(ui::VKEY_Z)
    [all...]
  /external/chromium_org/ui/base/test/
ui_controls_aura.cc 20 bool SendKeyPress(gfx::NativeWindow window,
27 return instance_->SendKeyPress(
ui_controls.h 29 // SendKeyPress(...);
47 bool SendKeyPress(gfx::NativeWindow window,
ui_controls_aura.h 21 virtual bool SendKeyPress(gfx::NativeWindow window,
ui_controls_win.cc 19 bool SendKeyPress(gfx::NativeWindow window,
  /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);
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurawin.cc 33 virtual bool SendKeyPress(gfx::NativeWindow native_window,
ui_controls_factory_aurax11.cc 53 virtual bool SendKeyPress(gfx::NativeWindow window,
ui_controls_factory_ozone.cc 22 virtual bool SendKeyPress(gfx::NativeWindow window,
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc 115 ui_controls::SendKeyPress(login_window,
  /external/chromium_org/chrome/renderer/autofill/
page_click_tracker_browsertest.cc 86 void SendKeyPress(int key_code) {
  /external/chromium_org/ash/test/
ui_controls_factory_ash.cc 61 virtual bool SendKeyPress(gfx::NativeWindow window,
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry_apitest.cc 176 // TODO(smus): On mac, SendKeyPress must first support media keys.
193 ui_controls::SendKeyPress(controller->window()->GetNativeWindow(),
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_browsertest.cc 253 ui_controls::SendKeyPress(widget->GetNativeWindow(),
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 75 virtual bool SendKeyPress(gfx::NativeWindow window,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 907 ui_controls::SendKeyPress(new_browser->window()->GetNativeWindow(),
956 ui_controls::SendKeyPress
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc     [all...]

Completed in 916 milliseconds