Searched refs:SendKeyPress (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dsticky_keys_browsertest.cc40 void SendKeyPress(ui::KeyboardCode key) { function in class:chromeos::StickyKeysBrowserTest
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(u
[all...]
H A Dspoken_feedback_browsertest.cc57 void SendKeyPress(ui::KeyboardCode key) { function in class:chromeos::LoggedInSpokenFeedbackTest
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(u
[all...]
/external/chromium_org/ui/base/test/
H A Dui_controls_aura.cc20 bool SendKeyPress(gfx::NativeWindow window, function in namespace:ui_controls
27 return instance_->SendKeyPress(
H A Dui_controls.h29 // SendKeyPress(...);
47 bool SendKeyPress(gfx::NativeWindow window,
H A Dui_controls_aura.h21 virtual bool SendKeyPress(gfx::NativeWindow window,
H A Dui_controls_win.cc19 bool SendKeyPress(gfx::NativeWindow window, function in namespace:ui_controls
/external/chromium_org/chrome/renderer/autofill/
H A Dpage_click_tracker_browsertest.cc87 void SendKeyPress(int key_code) { function in class:autofill::PageClickTrackerTest
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/
H A Dkeyboard_access_browsertest.cc34 void SendKeyPress(Browser* browser, ui::KeyboardCode key) { function in namespace:__anon5222
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/
H A Dui_controls_factory_aurawin.cc33 virtual bool SendKeyPress(gfx::NativeWindow native_window, function in class:aura::test::__anon15851::UIControlsWin
H A Dui_controls_factory_aurax11.cc53 virtual bool SendKeyPress(gfx::NativeWindow window,
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_browsertest.cc125 ui_controls::SendKeyPress(login_window,
/external/chromium_org/ash/test/
H A Dui_controls_factory_ash.cc61 virtual bool SendKeyPress(gfx::NativeWindow window,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_commands_global_registry_apitest.cc185 // TODO(smus): On mac, SendKeyPress must first support media keys.
205 ui_controls::SendKeyPress(controller->window()->GetNativeWindow(),
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_browsertest.cc256 ui_controls::SendKeyPress(widget->GetNativeWindow(),
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc75 virtual bool SendKeyPress(gfx::NativeWindow window,
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller_interactive_uitest.cc900 ui_controls::SendKeyPress(new_browser->window()->GetNativeWindow(),
949 ui_controls::SendKeyPress(
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc1307 ui_controls::SendKeyPress(

Completed in 1666 milliseconds