Home
last modified time | relevance | path

Searched refs:FilterKeyPressInternal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/base/ime/chromeos/
Dcharacter_composer_unittest.cc24 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()
Dcharacter_composer.h70 bool FilterKeyPressInternal(unsigned int keyval, unsigned int keycode,
Dcharacter_composer.cc414 return FilterKeyPressInternal(keyval, event.key_code(), event.flags()); in FilterKeyPress()
418 bool CharacterComposer::FilterKeyPressInternal(unsigned int keyval, in FilterKeyPressInternal() function in ui::CharacterComposer