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

/external/chromium_org/ui/base/ime/
H A Dinput_method_minimal.h14 class UI_BASE_EXPORT InputMethodMinimal : public InputMethodBase { class in namespace:ui
16 explicit InputMethodMinimal(internal::InputMethodDelegate* delegate);
17 virtual ~InputMethodMinimal();
31 DISALLOW_COPY_AND_ASSIGN(InputMethodMinimal);
H A Dinput_method_minimal.cc13 InputMethodMinimal::InputMethodMinimal( function in class:ui::InputMethodMinimal
18 InputMethodMinimal::~InputMethodMinimal() {}
20 bool InputMethodMinimal::OnUntranslatedIMEMessage(
26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) {
45 void InputMethodMinimal::OnCaretBoundsChanged(const TextInputClient* client) {}
47 void InputMethodMinimal::CancelComposition(const TextInputClient* client) {}
49 void InputMethodMinimal::OnInputLocaleChanged() {}
51 std::string InputMethodMinimal
[all...]

Completed in 48 milliseconds