Searched refs:InputMethodMinimal (Results 1 – 4 of 4) sorted by relevance
13 InputMethodMinimal::InputMethodMinimal( in InputMethodMinimal() function in ui::InputMethodMinimal18 InputMethodMinimal::~InputMethodMinimal() {} in ~InputMethodMinimal()20 bool InputMethodMinimal::OnUntranslatedIMEMessage( in OnUntranslatedIMEMessage()26 bool InputMethodMinimal::DispatchKeyEvent(const ui::KeyEvent& event) { in DispatchKeyEvent()45 void InputMethodMinimal::OnCaretBoundsChanged(const TextInputClient* client) {} in OnCaretBoundsChanged()47 void InputMethodMinimal::CancelComposition(const TextInputClient* client) {} in CancelComposition()49 void InputMethodMinimal::OnInputLocaleChanged() {} in OnInputLocaleChanged()51 std::string InputMethodMinimal::GetInputLocale() { in GetInputLocale()55 bool InputMethodMinimal::IsActive() { in IsActive()59 bool InputMethodMinimal::IsCandidatePopupOpen() const { in IsCandidatePopupOpen()
14 class UI_BASE_EXPORT InputMethodMinimal : public InputMethodBase {16 explicit InputMethodMinimal(internal::InputMethodDelegate* delegate);17 virtual ~InputMethodMinimal();31 DISALLOW_COPY_AND_ASSIGN(InputMethodMinimal);
53 return scoped_ptr<InputMethod>(new InputMethodMinimal(delegate)); in CreateInputMethod()
22 ui::InputMethodMinimal input_method(&input_method_delegate); in TEST_F()