Searched refs:InputMethodWin (Results 1 – 3 of 3) sorted by relevance
26 InputMethodWin::InputMethodWin(internal::InputMethodDelegate* delegate, in InputMethodWin() function in ui::InputMethodWin44 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 …]
20 class UI_BASE_EXPORT InputMethodWin : public InputMethodBase {22 InputMethodWin(internal::InputMethodDelegate* delegate,144 DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
47 return scoped_ptr<InputMethod>(new InputMethodWin(delegate, widget)); in CreateInputMethod()