HomeSort by relevance Sort by last modified time
    Searched defs:PressKey (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/site_compare/drivers/win32/
keyboard.py 26 def PressKey(down, key):
55 # This just wraps a pair of PressKey calls with an intervening delay
56 PressKey(True, key)
58 PressKey(False, key)
108 PressKey(True, win32con.VK_MENU)
111 PressKey(False, win32con.VK_MENU)
114 PressKey(True, win32con.VK_CONTROL)
117 PressKey(False, win32con.VK_CONTROL)
157 PressKey(new_shift_held, win32con.VK_SHIFT)
165 if shift_held: PressKey(False, win32con.VK_SHIFT
    [all...]
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 225 void PressKey(ui::KeyboardCode code) {
599 PressKey(ui::VKEY_DOWN);
603 PressKey(ui::VKEY_DOWN);
607 PressKey(ui::VKEY_DOWN);
611 PressKey(ui::VKEY_DOWN);
615 PressKey(ui::VKEY_DOWN);
619 PressKey(ui::VKEY_DOWN);
623 PressKey(ui::VKEY_UP);
627 PressKey(ui::VKEY_UP);
631 PressKey(ui::VKEY_UP)
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 500 void EventGenerator::PressKey(ui::KeyboardCode key_code, int flags) {

Completed in 183 milliseconds