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

/external/chromium_org/ui/base/ime/win/
H A Dmock_tsf_bridge.cc39 void MockTSFBridge::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::MockTSFBridge
H A Dtsf_bridge.cc39 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
188 void TSFBridgeDelegate::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::__anon14219::TSFBridgeDelegate
255 OnTextInputTypeChanged(client);
/external/chromium_org/ui/base/ime/
H A Dinput_method_tsf.cc100 void InputMethodTSF::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodTSF
103 ui::TSFBridge::GetInstance()->OnTextInputTypeChanged(client);
105 InputMethodWin::OnTextInputTypeChanged(client);
151 OnTextInputTypeChanged(focused);
H A Ddummy_input_method.cc47 void DummyInputMethod::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::DummyInputMethod
H A Dfake_input_method.cc120 void FakeInputMethod::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::FakeInputMethod
H A Dinput_method_base.cc59 void InputMethodBase::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodBase
H A Dinput_method_imm32.cc87 void InputMethodIMM32::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodIMM32
92 InputMethodWin::OnTextInputTypeChanged(client);
146 OnTextInputTypeChanged(focused);
H A Dmock_input_method.cc24 OnTextInputTypeChanged(client);
58 void MockInputMethod::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::MockInputMethod
59 FOR_EACH_OBSERVER(Observer, observer_list_, OnTextInputTypeChanged(client));
H A Dinput_method_ibus.cc257 void InputMethodIBus::OnTextInputTypeChanged(const TextInputClient* client) { function in class:ui::InputMethodIBus
262 InputMethodBase::OnTextInputTypeChanged(client);
355 OnTextInputTypeChanged(focused);
/external/chromium_org/ui/views/ime/
H A Dinput_method_base.cc43 void InputMethodBase::OnTextInputTypeChanged(View* view) {} function in class:views::InputMethodBase
H A Dinput_method_bridge.cc41 // TODO(yusukes): We don't need to call OnTextInputTypeChanged() once we move
44 OnTextInputTypeChanged(GetFocusedView());
70 void InputMethodBridge::OnTextInputTypeChanged(View* view) { function in class:views::InputMethodBridge
72 host_->OnTextInputTypeChanged(this);
73 InputMethodBase::OnTextInputTypeChanged(view);
249 OnTextInputTypeChanged(focused);
H A Dmock_input_method.cc101 void MockInputMethod::OnTextInputTypeChanged(View* view) { function in class:views::MockInputMethod
104 InputMethodBase::OnTextInputTypeChanged(view);
/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/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc121 void TouchEditableImplAura::OnTextInputTypeChanged(ui::TextInputType type) { function in class:content::TouchEditableImplAura
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc567 OnTextInputTypeChanged();
579 OnTextInputTypeChanged();
585 OnTextInputTypeChanged();
1345 void NativeTextfieldViews::OnTextInputTypeChanged() { function in class:views::NativeTextfieldViews
1348 textfield_->GetInputMethod()->OnTextInputTypeChanged(textfield_);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc437 OnTextInputTypeChanged)
1690 void RenderWidgetHostImpl::OnTextInputTypeChanged( function in class:content::RenderWidgetHostImpl

Completed in 121 milliseconds