Home | History | Annotate | Download | only in renderer

Lines Matching defs:key_code

159                    int key_code,
170 int length = mock_keyboard_->GetCharacters(layout, key_code, modifiers,
181 MSG msg1 = { NULL, WM_KEYDOWN, key_code, 0 };
199 MSG msg3 = { NULL, WM_KEYUP, key_code, 0 };
217 static_cast<ui::KeyboardCode>(key_code),
224 static_cast<ui::KeyboardCode>(key_code),
231 static_cast<ui::KeyboardCode>(key_code),
237 long c = GetCharacterFromKeyCode(static_cast<ui::KeyboardCode>(key_code),
247 static_cast<ui::KeyboardCode>(key_code),
255 static_cast<ui::KeyboardCode>(key_code),
263 static_cast<ui::KeyboardCode>(key_code),
270 long c = GetCharacterFromKeyCode(static_cast<ui::KeyboardCode>(key_code),
1255 int key_code = kKeyCodes[k];
1257 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)
1272 key_code, kModifierData[j].expected_result,
1275 key_code, kModifierData[j].expected_result);
1502 int key_code = kKeyCodes[k];
1504 if (SendKeyEvent(layout, key_code, modifiers, &char_code) < 0)