/external/chromium_org/chrome/browser/chromeos/accessibility/ |
D | sticky_keys_browsertest.cc | 40 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 …]
|
D | spoken_feedback_browsertest.cc | 63 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/ |
D | keyboard_access_browsertest.cc | 34 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/ |
D | ui_controls_aura.cc | 20 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function 27 return instance_->SendKeyPress( in SendKeyPress()
|
D | ui_controls.h | 47 bool SendKeyPress(gfx::NativeWindow window,
|
D | ui_controls_aura.h | 21 virtual bool SendKeyPress(gfx::NativeWindow window,
|
D | ui_controls_win.cc | 19 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
|
D | ui_controls_mac.mm | 234 bool SendKeyPress(gfx::NativeWindow window, 246 // Win and Linux implement a SendKeyPress() this as a
|
/external/chromium_org/ui/aura/test/ |
D | ui_controls_factory_aurawin.cc | 33 virtual bool SendKeyPress(gfx::NativeWindow native_window, in SendKeyPress() function in aura::test::__anon1a1670280111::UIControlsWin
|
D | ui_controls_factory_ozone.cc | 22 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in aura::test::__anon9a1b783c0111::UIControlsOzone
|
D | ui_controls_factory_aurax11.cc | 53 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in aura::test::__anon1854c9740111::UIControlsX11
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | oobe_browsertest.cc | 115 ui_controls::SendKeyPress(login_window, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/renderer/autofill/ |
D | page_click_tracker_browsertest.cc | 86 void SendKeyPress(int key_code) { in SendKeyPress() function in autofill::PageClickTrackerTest
|
/external/chromium_org/ash/test/ |
D | ui_controls_factory_ash.cc | 61 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in ash::test::UIControlsAsh
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_commands_global_registry_apitest.cc | 193 ui_controls::SendKeyPress(controller->window()->GetNativeWindow(), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/login/lock/ |
D | screen_locker_browsertest.cc | 253 ui_controls::SendKeyPress(widget->GetNativeWindow(), in SimulateKeyPress()
|
/external/chromium_org/ui/views/test/ |
D | ui_controls_factory_desktop_aurax11.cc | 75 virtual bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function in views::test::__anond20f13720111::UIControlsDesktopX11
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller_interactive_uitest.cc | 907 ui_controls::SendKeyPress(new_browser->window()->GetNativeWindow(), in DeleteSourceDetachedStep2() 956 ui_controls::SendKeyPress( in PressEscapeWhileDetachedStep2()
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_test.cc | 1318 ui_controls::SendKeyPress( in Step4()
|