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

/external/chromium_org/ui/base/ime/
H A Dinput_method_win.h20 class UI_BASE_EXPORT InputMethodWin : public InputMethodBase { class in namespace:ui
22 InputMethodWin(internal::InputMethodDelegate* delegate,
144 DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
H A Dinput_method_win.cc26 InputMethodWin::InputMethodWin(internal::InputMethodDelegate* delegate, function in class:ui::InputMethodWin
44 void InputMethodWin::Init(bool focused) {
51 void InputMethodWin::OnFocus() {
57 void InputMethodWin::OnBlur() {
63 bool InputMethodWin::OnUntranslatedIMEMessage(
107 bool InputMethodWin::DispatchKeyEvent(const ui::KeyEvent& event) {
144 void InputMethodWin::OnTextInputTypeChanged(const TextInputClient* client) {
151 void InputMethodWin::OnCaretBoundsChanged(const TextInputClient* client) {
175 void InputMethodWin
[all...]

Completed in 494 milliseconds