Searched refs:NullInputMethod (Results 1 – 5 of 5) sorted by relevance
9 NullInputMethod::NullInputMethod() {} in NullInputMethod() function in views::NullInputMethod11 void NullInputMethod::SetDelegate( in SetDelegate()14 void NullInputMethod::Init(Widget* /* widget */) {} in Init()16 void NullInputMethod::OnFocus() {} in OnFocus()18 void NullInputMethod::OnBlur() {} in OnBlur()20 bool NullInputMethod::OnUntranslatedIMEMessage( in OnUntranslatedIMEMessage()26 void NullInputMethod::DispatchKeyEvent(const ui::KeyEvent& /* key */) {} in DispatchKeyEvent()28 void NullInputMethod::OnTextInputTypeChanged(View* /* view */) {} in OnTextInputTypeChanged()30 void NullInputMethod::OnCaretBoundsChanged(View* /* view */) {} in OnCaretBoundsChanged()32 void NullInputMethod::CancelComposition(View* /* view */) {} in CancelComposition()[all …]
20 class NullInputMethod : public InputMethod {22 NullInputMethod();45 DISALLOW_COPY_AND_ASSIGN(NullInputMethod);
52 return new NullInputMethod();
639 return new NullInputMethod(); in CreateInputMethod()
278 return new NullInputMethod(); in CreateInputMethod()