OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
224
void
PressKey
(ui::KeyboardCode code) {
594
PressKey
(ui::VKEY_DOWN);
598
PressKey
(ui::VKEY_DOWN);
602
PressKey
(ui::VKEY_DOWN);
606
PressKey
(ui::VKEY_DOWN);
610
PressKey
(ui::VKEY_DOWN);
614
PressKey
(ui::VKEY_DOWN);
618
PressKey
(ui::VKEY_UP);
622
PressKey
(ui::VKEY_UP);
626
PressKey
(ui::VKEY_UP)
[
all
...]
/external/chromium_org/ui/aura/test/
event_generator.cc
468
void EventGenerator::
PressKey
(ui::KeyboardCode key_code, int flags) {
Completed in 50 milliseconds