Home
last modified time | relevance | path

Searched refs:CodeToNativeKeycode (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/events/keycodes/dom4/
Dkeycode_converter_unittest.cc41 ui::KeycodeConverter::CodeToNativeKeycode("Unidentified")); in TEST()
61 ui::KeycodeConverter::CodeToNativeKeycode(entry->code)); in TEST()
68 ui::KeycodeConverter::CodeToNativeKeycode(entry->code)); in TEST()
Dkeycode_converter.h52 static uint16_t CodeToNativeKeycode(const char* code);
Dkeycode_converter.cc59 uint16_t KeycodeConverter::CodeToNativeKeycode(const char* code) { in CodeToNativeKeycode() function in ui::KeycodeConverter
/external/chromium_org/content/public/test/
Dbrowser_test_utils.cc325 int native_key_code = ui::KeycodeConverter::CodeToNativeKeycode(code); in SimulateKeyPressWithCode()
336 ui::KeycodeConverter::CodeToNativeKeycode("ControlLeft"), in SimulateKeyPressWithCode()
345 ui::KeycodeConverter::CodeToNativeKeycode("ShiftLeft"), in SimulateKeyPressWithCode()
354 ui::KeycodeConverter::CodeToNativeKeycode("AltLeft"), in SimulateKeyPressWithCode()
363 ui::KeycodeConverter::CodeToNativeKeycode("OSLeft"), in SimulateKeyPressWithCode()
394 ui::KeycodeConverter::CodeToNativeKeycode("ControlLeft"), in SimulateKeyPressWithCode()
403 ui::KeycodeConverter::CodeToNativeKeycode("ShiftLeft"), in SimulateKeyPressWithCode()
412 ui::KeycodeConverter::CodeToNativeKeycode("AltLeft"), in SimulateKeyPressWithCode()
421 ui::KeycodeConverter::CodeToNativeKeycode("OSLeft"), in SimulateKeyPressWithCode()
/external/chromium_org/ui/events/
Devent_unittest.cc334 ui::KeycodeConverter::CodeToNativeKeycode(kCodeForSpace); in TEST()
394 const uint16 kNativeCodeA = ui::KeycodeConverter::CodeToNativeKeycode("KeyA"); in TEST()
395 const uint16 kNativeCodeB = ui::KeycodeConverter::CodeToNativeKeycode("KeyB"); in TEST()
/external/chromium_org/content/browser/renderer_host/
Dweb_input_event_aura.cc54 ui::KeycodeConverter::CodeToNativeKeycode(event->code().c_str()); in MakeWebKeyboardEventFromAuraEvent()