Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dui_controls.h48 bool SendKeyPress(gfx::NativeWindow window,
Dui_controls_linux.cc98 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
158 return SendKeyPress(window, key, control, shift, alt, command); in SendKeyPressNotifyWhenDone()
Dui_controls_win.cc328 bool SendKeyPress(gfx::NativeWindow window, in SendKeyPress() function
Dui_controls_mac.mm223 bool SendKeyPress(gfx::NativeWindow window,
234 // Win and Linux implement a SendKeyPress() this as a
Dtesting_automation_provider.cc851 ui_controls::SendKeyPress(window, static_cast<ui::KeyboardCode>(key), in WindowSimulateKeyPress()
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker_browsertest.cc273 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/
Dbrowser_view.cc1166 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/
Dbookmark_bar_view_test.cc1108 ui_controls::SendKeyPress(NULL, ui::VKEY_TAB, false, false, false, false); in Step4()