Searched refs:FilterKeyPressInternal (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/base/ime/chromeos/ |
D | character_composer_unittest.cc | 24 return character_composer->FilterKeyPressInternal(key, keycode, flags); in FilterKeyPress() 32 EXPECT_FALSE(character_composer->FilterKeyPressInternal(key, keycode, in ExpectKeyNotFilteredWithKeyCode() 42 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key, keycode, in ExpectKeyFilteredWithKeycode() 68 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key2, 0, flags)); in ExpectCharacterComposed() 135 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key1, keycode1, in ExpectCharacterComposedWithKeyCode()
|
D | character_composer.h | 70 bool FilterKeyPressInternal(unsigned int keyval, unsigned int keycode,
|
D | character_composer.cc | 414 return FilterKeyPressInternal(keyval, event.key_code(), event.flags()); in FilterKeyPress() 418 bool CharacterComposer::FilterKeyPressInternal(unsigned int keyval, in FilterKeyPressInternal() function in ui::CharacterComposer
|