Searched refs:SendKeyPress (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | ui_controls.h | 48 bool SendKeyPress(gfx::NativeWindow window,
|
D | ui_controls_linux.cc | 98 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function 158 return SendKeyPress(window, key, control, shift, alt, command); in SendKeyPressNotifyWhenDone()
|
D | ui_controls_win.cc | 328 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
|
D | ui_controls_mac.mm | 223 bool SendKeyPress(gfx::NativeWindow window, 234 // Win and Linux implement a SendKeyPress() this as a
|
D | testing_automation_provider.cc | 851 ui_controls::SendKeyPress(window, static_cast<ui::KeyboardCode>(key), in WindowSimulateKeyPress()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | screen_locker_browsertest.cc | 273 ui_controls::SendKeyPress(GTK_WINDOW(widget->GetNativeView()), in KeyPress() 314 ui_controls::SendKeyPress(GTK_WINDOW(tester->GetWidget()->GetNativeView()), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 1166 ui_controls::SendKeyPress(GetNativeHandle(), ui::VKEY_X, 1171 ui_controls::SendKeyPress(GetNativeHandle(), ui::VKEY_C, 1176 ui_controls::SendKeyPress(GetNativeHandle(), ui::VKEY_V,
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_test.cc | 1108 ui_controls::SendKeyPress(NULL, ui::VKEY_TAB, false, false, false, false); in Step4()
|