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

/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer.h70 bool FilterKeyPressInternal(unsigned int keyval, unsigned int keycode,
H A Dcharacter_composer_unittest.cc24 return character_composer->FilterKeyPressInternal(key, keycode, flags);
32 EXPECT_FALSE(character_composer->FilterKeyPressInternal(key, keycode,
42 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key, keycode,
68 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key2, 0, flags));
135 EXPECT_TRUE(character_composer->FilterKeyPressInternal(key1, keycode1,
H A Dcharacter_composer.cc414 return FilterKeyPressInternal(keyval, event.key_code(), event.flags());
418 bool CharacterComposer::FilterKeyPressInternal(unsigned int keyval, function in class:ui::CharacterComposer

Completed in 137 milliseconds