Home
last modified time | relevance | path

Searched refs:NullInputMethod (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/views/ime/
Dnull_input_method.cc9 NullInputMethod::NullInputMethod() {} in NullInputMethod() function in views::NullInputMethod
11 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 …]
Dnull_input_method.h20 class NullInputMethod : public InputMethod {
22 NullInputMethod();
45 DISALLOW_COPY_AND_ASSIGN(NullInputMethod);
/external/chromium_org/ui/views/cocoa/
Dbridged_native_widget.mm52 return new NullInputMethod();
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura.cc639 return new NullInputMethod(); in CreateInputMethod()
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc278 return new NullInputMethod(); in CreateInputMethod()