Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/
Dinput_method_chromeos.cc94 ProcessKeyEventPostIME(*event, is_handled); in ProcessKeyEventDone()
131 ProcessKeyEventPostIME(event, true); in DispatchKeyEvent()
330 void InputMethodChromeOS::ProcessKeyEventPostIME( in ProcessKeyEventPostIME() function in ui::InputMethodChromeOS
Dinput_method_chromeos.h51 virtual void ProcessKeyEventPostIME(const ui::KeyEvent& event,
Dinput_method_chromeos_unittest.cc82 virtual void ProcessKeyEventPostIME(const ui::KeyEvent& key_event, in ProcessKeyEventPostIME() function in ui::TestableInputMethodChromeOS