Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/
Dinput_method_win.cc26 InputMethodWin::InputMethodWin(internal::InputMethodDelegate* delegate, in InputMethodWin() function in ui::InputMethodWin
44 void InputMethodWin::Init(bool focused) { in Init()
51 void InputMethodWin::OnFocus() { in OnFocus()
57 void InputMethodWin::OnBlur() { in OnBlur()
63 bool InputMethodWin::OnUntranslatedIMEMessage( in OnUntranslatedIMEMessage()
107 bool InputMethodWin::DispatchKeyEvent(const ui::KeyEvent& event) { in DispatchKeyEvent()
144 void InputMethodWin::OnTextInputTypeChanged(const TextInputClient* client) { in OnTextInputTypeChanged()
151 void InputMethodWin::OnCaretBoundsChanged(const TextInputClient* client) { in OnCaretBoundsChanged()
175 void InputMethodWin::CancelComposition(const TextInputClient* client) { in CancelComposition()
180 void InputMethodWin::OnInputLocaleChanged() { in OnInputLocaleChanged()
[all …]
Dinput_method_win.h20 class UI_BASE_EXPORT InputMethodWin : public InputMethodBase {
22 InputMethodWin(internal::InputMethodDelegate* delegate,
144 DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
Dinput_method_factory.cc47 return scoped_ptr<InputMethod>(new InputMethodWin(delegate, widget)); in CreateInputMethod()