HomeSort by relevance Sort by last modified time
    Searched refs:OnTextInputTypeChanged (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc 21 void FakeInputMethodContext::OnTextInputTypeChanged(
fake_input_method_context.h 20 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
linux_input_method_context.h 32 // Resets the context. A client needs to call OnTextInputTypeChanged() again
37 virtual void OnTextInputTypeChanged(TextInputType text_input_type) = 0;
  /external/chromium_org/ui/base/ime/
input_method_observer.h 21 virtual void OnTextInputTypeChanged(const TextInputClient* client) = 0;
input_method_auralinux.cc 37 input_method_context_->OnTextInputTypeChanged(
80 void InputMethodAuraLinux::OnTextInputTypeChanged(
86 input_method_context_->OnTextInputTypeChanged(client->GetTextInputType());
100 input_method_context_->OnTextInputTypeChanged(client->GetTextInputType());
153 input_method_context_->OnTextInputTypeChanged(
mock_input_method.cc 30 OnTextInputTypeChanged(client);
68 void MockInputMethod::OnTextInputTypeChanged(const TextInputClient* client) {
71 OnTextInputTypeChanged(client));
input_method.h 43 // APIs, OnTextInputTypeChanged, OnCaretBoundsChanged, and CancelComposition,
106 virtual void OnTextInputTypeChanged(const TextInputClient* client) = 0;
input_method_chromeos_unittest.cc 402 ime_->OnTextInputTypeChanged(this);
405 ime_->OnTextInputTypeChanged(this);
413 ime_->OnTextInputTypeChanged(this);
435 ime_->OnTextInputTypeChanged(this);
436 // The OnTextInputTypeChanged() call above should be ignored since |this| is
444 ime_->OnTextInputTypeChanged(this);
456 ime_->OnTextInputTypeChanged(this);
457 // The OnTextInputTypeChanged() call above should be ignored since the top-
465 ime_->OnTextInputTypeChanged(this);
478 ime_->OnTextInputTypeChanged(this)
    [all...]
dummy_input_method.cc 46 void DummyInputMethod::OnTextInputTypeChanged(const TextInputClient* client) {
dummy_input_method.h 31 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method_auralinux.h 29 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method_base.h 48 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
mock_input_method.h 42 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
  /external/chromium_org/ui/keyboard/webui/
vk_mojo_handler.h 35 virtual void OnTextInputTypeChanged(
vk_mojo_handler.cc 51 void VKMojoHandler::OnTextInputTypeChanged(const ui::TextInputClient* client) {
110 client()->OnTextInputTypeChanged(type_name);
  /external/chromium_org/ui/views/ime/
input_method.h 77 virtual void OnTextInputTypeChanged(View* view) = 0;
input_method_base.h 34 virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
null_input_method.cc 28 void NullInputMethod::OnTextInputTypeChanged(View* /* view */) {}
null_input_method.h 32 virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
input_method_bridge.cc 26 virtual void OnTextInputTypeChanged(
94 // TODO(yusukes): We don't need to call OnTextInputTypeChanged() once we move
97 OnTextInputTypeChanged(GetFocusedView());
129 void InputMethodBridge::OnTextInputTypeChanged(View* view) {
133 host_->OnTextInputTypeChanged(this);
134 InputMethodBase::OnTextInputTypeChanged(view);
339 OnTextInputTypeChanged(focused);
mock_input_method.h 32 virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
mock_input_method.cc 99 void MockInputMethod::OnTextInputTypeChanged(View* view) {
102 InputMethodBase::OnTextInputTypeChanged(view);
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 74 virtual void OnTextInputTypeChanged(
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 36 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 49 virtual void OnTextInputTypeChanged(ui::TextInputType type) OVERRIDE;

Completed in 404 milliseconds

1 2