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_EXPORT InputMethodWin : public InputMethodBase { class in namespace:ui
22 InputMethodWin(internal::InputMethodDelegate* delegate,
83 DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
H A Dinput_method_win.cc24 InputMethodWin::InputMethodWin(internal::InputMethodDelegate* delegate, function in class:ui::InputMethodWin
33 void InputMethodWin::Init(bool focused) {
40 bool InputMethodWin::DispatchKeyEvent(
75 bool InputMethodWin::DispatchFabricatedKeyEvent(const ui::KeyEvent& event) {
92 void InputMethodWin::OnInputLocaleChanged() {
99 std::string InputMethodWin::GetInputLocale() {
103 base::i18n::TextDirection InputMethodWin::GetInputTextDirection() {
107 bool InputMethodWin::IsActive() {
111 LRESULT InputMethodWin
[all...]

Completed in 67 milliseconds