Searched defs:PressKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/site_compare/drivers/win32/
H A Dkeyboard.py26 def PressKey(down, key): function
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(Fals
[all...]
/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc215 void PressKey(ui::KeyboardCode code) { function in class:views::TableViewTest
530 PressKey(ui::VKEY_DOWN);
534 PressKey(ui::VKEY_DOWN);
538 PressKey(ui::VKEY_DOWN);
542 PressKey(ui::VKEY_DOWN);
546 PressKey(ui::VKEY_DOWN);
550 PressKey(ui::VKEY_DOWN);
554 PressKey(ui::VKEY_UP);
558 PressKey(ui::VKEY_UP);
562 PressKey(u
[all...]
/external/chromium_org/ui/aura/test/
H A Devent_generator.cc411 void EventGenerator::PressKey(ui::KeyboardCode key_code, int flags) { function in class:aura::test::EventGenerator

Completed in 127 milliseconds