Searched refs:CodeToNativeKeycode (Results 1 – 6 of 6) sorted by relevance
41 ui::KeycodeConverter::CodeToNativeKeycode("Unidentified")); in TEST()61 ui::KeycodeConverter::CodeToNativeKeycode(entry->code)); in TEST()68 ui::KeycodeConverter::CodeToNativeKeycode(entry->code)); in TEST()
52 static uint16_t CodeToNativeKeycode(const char* code);
59 uint16_t KeycodeConverter::CodeToNativeKeycode(const char* code) { in CodeToNativeKeycode() function in ui::KeycodeConverter
325 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()
334 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()
54 ui::KeycodeConverter::CodeToNativeKeycode(event->code().c_str()); in MakeWebKeyboardEventFromAuraEvent()