HomeSort by relevance Sort by last modified time
    Searched refs:SimulateKeyPressWithCode (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 93 void SimulateKeyPressWithCode(ui::KeyboardCode keyCode, const char* code);
95 void SimulateKeyPressWithCode(ui::KeyboardCode keyCode,
me2me_browsertest.cc 84 SimulateKeyPressWithCode(ui::VKEY_T, "KeyT", true, false, true, false);
remote_desktop_browsertest.cc 364 void RemoteDesktopBrowserTest::SimulateKeyPressWithCode(
367 SimulateKeyPressWithCode(keyCode, code, false, false, false, false);
370 void RemoteDesktopBrowserTest::SimulateKeyPressWithCode(
377 content::SimulateKeyPressWithCode(
393 SimulateKeyPressWithCode(keyboard_code, code, false, shift, false, false);
  /external/chromium_org/content/public/test/
browser_test_utils.h 88 // SimulateKeyPressWithCode should be used.
107 void SimulateKeyPressWithCode(WebContents* web_contents,
browser_test_utils.cc 268 SimulateKeyPressWithCode(
272 void SimulateKeyPressWithCode(WebContents* web_contents,

Completed in 1463 milliseconds