Home
last modified time | relevance | path

Searched refs:SendKeyPress (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
Dsticky_keys_browsertest.cc40 void SendKeyPress(ui::KeyboardCode key) { in SendKeyPress() function in chromeos::StickyKeysBrowserTest
61 SendKeyPress(ui::VKEY_MENU); // alt key. in IN_PROC_BROWSER_TEST_F()
62 SendKeyPress(ui::VKEY_SHIFT); in IN_PROC_BROWSER_TEST_F()
63 SendKeyPress(ui::VKEY_S); in IN_PROC_BROWSER_TEST_F()
71 SendKeyPress(ui::VKEY_S); in IN_PROC_BROWSER_TEST_F()
76 SendKeyPress(ui::VKEY_MENU); // alt key. in IN_PROC_BROWSER_TEST_F()
77 SendKeyPress(ui::VKEY_SHIFT); in IN_PROC_BROWSER_TEST_F()
78 SendKeyPress(ui::VKEY_S); in IN_PROC_BROWSER_TEST_F()
85 SendKeyPress(ui::VKEY_CONTROL); in IN_PROC_BROWSER_TEST_F()
86 SendKeyPress(ui::VKEY_CONTROL); in IN_PROC_BROWSER_TEST_F()
[all …]
Dspoken_feedback_browsertest.cc63 void SendKeyPress(ui::KeyboardCode key) { in SendKeyPress() function in chromeos::LoggedInSpokenFeedbackTest
146 SendKeyPress(key); in PressRepeatedlyUntilUtterance()
177 SendKeyPress(ui::VKEY_F); in IN_PROC_BROWSER_TEST_F()
179 SendKeyPress(ui::VKEY_O); in IN_PROC_BROWSER_TEST_F()
181 SendKeyPress(ui::VKEY_O); in IN_PROC_BROWSER_TEST_F()
184 SendKeyPress(ui::VKEY_TAB); in IN_PROC_BROWSER_TEST_F()
189 SendKeyPress(ui::VKEY_RETURN); in IN_PROC_BROWSER_TEST_F()
284 SendKeyPress(ui::VKEY_X); in IN_PROC_BROWSER_TEST_P()
287 SendKeyPress(ui::VKEY_Y); in IN_PROC_BROWSER_TEST_P()
290 SendKeyPress(ui::VKEY_Z); in IN_PROC_BROWSER_TEST_P()
[all …]
/external/chromium_org/chrome/browser/ui/views/
Dkeyboard_access_browsertest.cc34 void SendKeyPress(Browser* browser, ui::KeyboardCode key) { in SendKeyPress() function
35 ASSERT_TRUE(ui_controls::SendKeyPress( in SendKeyPress()
109 SendKeyPress(browser_, ui::VKEY_DOWN); in OnMenuOpened()
110 SendKeyPress(browser_, ui::VKEY_RETURN); in OnMenuOpened()
112 SendKeyPress(browser_, ui::VKEY_ESCAPE); in OnMenuOpened()
235 SendKeyPress(browser(), ui::VKEY_DOWN); in TestMenuKeyboardAccess()
237 SendKeyPress(browser(), ui::VKEY_RETURN); in TestMenuKeyboardAccess()
324 SendKeyPress(browser(), ui::VKEY_DOWN); in TestMenuKeyboardAccessAndDismiss()
/external/chromium_org/ui/base/test/
Dui_controls_aura.cc20 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
27 return instance_->SendKeyPress( in SendKeyPress()
Dui_controls.h47 bool SendKeyPress(gfx::NativeWindow window,
Dui_controls_aura.h21 virtual bool SendKeyPress(gfx::NativeWindow window,
Dui_controls_win.cc19 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
Dui_controls_mac.mm234 bool SendKeyPress(gfx::NativeWindow window,
246 // Win and Linux implement a SendKeyPress() this as a
/external/chromium_org/ui/aura/test/
Dui_controls_factory_aurawin.cc33 virtual bool SendKeyPress(gfx::NativeWindow native_window, in SendKeyPress() function in aura::test::__anon1a1670280111::UIControlsWin
Dui_controls_factory_ozone.cc22 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in aura::test::__anon9a1b783c0111::UIControlsOzone
Dui_controls_factory_aurax11.cc53 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in aura::test::__anon1854c9740111::UIControlsX11
/external/chromium_org/chrome/browser/chromeos/login/
Doobe_browsertest.cc115 ui_controls::SendKeyPress(login_window, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/renderer/autofill/
Dpage_click_tracker_browsertest.cc86 void SendKeyPress(int key_code) { in SendKeyPress() function in autofill::PageClickTrackerTest
/external/chromium_org/ash/test/
Dui_controls_factory_ash.cc61 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in ash::test::UIControlsAsh
/external/chromium_org/chrome/browser/extensions/
Dextension_commands_global_registry_apitest.cc193 ui_controls::SendKeyPress(controller->window()->GetNativeWindow(), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker_browsertest.cc253 ui_controls::SendKeyPress(widget->GetNativeWindow(), in SimulateKeyPress()
/external/chromium_org/ui/views/test/
Dui_controls_factory_desktop_aurax11.cc75 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in views::test::__anond20f13720111::UIControlsDesktopX11
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller_interactive_uitest.cc907 ui_controls::SendKeyPress(new_browser->window()->GetNativeWindow(), in DeleteSourceDetachedStep2()
956 ui_controls::SendKeyPress( in PressEscapeWhileDetachedStep2()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_test.cc1318 ui_controls::SendKeyPress( in Step4()