Searched defs:NullInputMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/ime/
H A Dnull_input_method.h20 class NullInputMethod : public InputMethod { class in namespace:views
22 NullInputMethod();
45 DISALLOW_COPY_AND_ASSIGN(NullInputMethod);
H A Dnull_input_method.cc9 NullInputMethod::NullInputMethod() {} function in class:views::NullInputMethod
11 void NullInputMethod::SetDelegate(
14 void NullInputMethod::Init(Widget* /* widget */) {}
16 void NullInputMethod::OnFocus() {}
18 void NullInputMethod::OnBlur() {}
20 bool NullInputMethod::OnUntranslatedIMEMessage(
26 void NullInputMethod::DispatchKeyEvent(const ui::KeyEvent& /* key */) {}
28 void NullInputMethod::OnTextInputTypeChanged(View* /* view */) {}
30 void NullInputMethod
[all...]

Completed in 65 milliseconds