Searched defs:OnTextInputTypeChanged (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/base/ime/linux/
H A Dfake_input_method_context.cc21 void FakeInputMethodContext::OnTextInputTypeChanged( function in class:ui::FakeInputMethodContext
/external/chromium_org/ui/views/ime/
H A Dnull_input_method.cc28 void NullInputMethod::OnTextInputTypeChanged(View* /* view */) {} function in class:views::NullInputMethod
H A Dinput_method_base.cc43 void InputMethodBase::OnTextInputTypeChanged(View* view) {} function in class:views::InputMethodBase
H A Dmock_input_method.cc99 void MockInputMethod::OnTextInputTypeChanged(View* view) { function in class:views::MockInputMethod
102 InputMethodBase::OnTextInputTypeChanged(view);
H A Dinput_method_bridge.cc26 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) { function in class:views::InputMethodBridge
133 host_->OnTextInputTypeChanged(this);
134 InputMethodBase::OnTextInputTypeChanged(view);
339 OnTextInputTypeChanged(focused);
/external/chromium_org/ui/keyboard/webui/
H A Dvk_mojo_handler.cc51 void VKMojoHandler::OnTextInputTypeChanged(const ui::TextInputClient* client) { function in class:keyboard::VKMojoHandler
110 client()->OnTextInputTypeChanged(type_name);
/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc46 void DummyInputMethod::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::DummyInputMethod
H A Dinput_method_auralinux.cc37 input_method_context_->OnTextInputTypeChanged(
80 void InputMethodAuraLinux::OnTextInputTypeChanged( function in class:ui::InputMethodAuraLinux
86 input_method_context_->OnTextInputTypeChanged(client->GetTextInputType());
100 input_method_context_->OnTextInputTypeChanged(client->GetTextInputType());
153 input_method_context_->OnTextInputTypeChanged(
H A Dinput_method_base.cc67 void InputMethodBase::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodBase
H A Dmock_input_method.cc30 OnTextInputTypeChanged(client);
68 void MockInputMethod::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::MockInputMethod
71 OnTextInputTypeChanged(client));
H A Dinput_method_chromeos.cc59 OnTextInputTypeChanged(GetTextInputClient());
65 OnTextInputTypeChanged(GetTextInputClient());
156 void InputMethodChromeOS::OnTextInputTypeChanged( function in class:ui::InputMethodChromeOS
174 InputMethodBase::OnTextInputTypeChanged(client);
H A Dinput_method_win.cc144 void InputMethodWin::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodWin
211 OnTextInputTypeChanged(focused);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_test_helper.cc74 void TextInputTestHelper::OnTextInputTypeChanged( function in class:chromeos::TextInputTestHelper
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc124 void X11InputMethodContextImplGtk2::OnTextInputTypeChanged( function in class:libgtk2ui::X11InputMethodContextImplGtk2
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc116 void TouchEditableImplAura::OnTextInputTypeChanged(ui::TextInputType type) { function in class:content::TouchEditableImplAura
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc483 OnTextInputTypeChanged)
784 void BrowserPluginGuest::OnTextInputTypeChanged(ui::TextInputType type, function in class:content::BrowserPluginGuest
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc458 OnTextInputTypeChanged)
1694 void RenderWidgetHostImpl::OnTextInputTypeChanged( function in class:content::RenderWidgetHostImpl

Completed in 5542 milliseconds