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

1 2

  /external/chromium_org/ui/base/ime/
mock_input_method.cc 24 OnTextInputTypeChanged(client);
58 void MockInputMethod::OnTextInputTypeChanged(const TextInputClient* client) {
59 FOR_EACH_OBSERVER(Observer, observer_list_, OnTextInputTypeChanged(client));
mock_input_method.h 30 virtual void OnTextInputTypeChanged(const TextInputClient* client) = 0;
55 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method.h 45 // APIs, OnTextInputTypeChanged, OnCaretBoundsChanged, and CancelComposition,
108 virtual void OnTextInputTypeChanged(const TextInputClient* client) = 0;
input_method_tsf.cc 100 void InputMethodTSF::OnTextInputTypeChanged(const TextInputClient* client) {
103 ui::TSFBridge::GetInstance()->OnTextInputTypeChanged(client);
105 InputMethodWin::OnTextInputTypeChanged(client);
151 OnTextInputTypeChanged(focused);
input_method_tsf.h 31 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
dummy_input_method.cc 47 void DummyInputMethod::OnTextInputTypeChanged(const TextInputClient* client) {
dummy_input_method.h 31 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
fake_input_method.h 40 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method_base.h 44 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method_imm32.h 29 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
input_method_ibus_unittest.cc 541 ime_->OnTextInputTypeChanged(this);
544 ime_->OnTextInputTypeChanged(this);
552 ime_->OnTextInputTypeChanged(this);
568 ime_->OnTextInputTypeChanged(this);
569 // The OnTextInputTypeChanged() call above should be ignored since |this| is
574 ime_->OnTextInputTypeChanged(this);
583 ime_->OnTextInputTypeChanged(this);
584 // The OnTextInputTypeChanged() call above should be ignored since the top-
589 ime_->OnTextInputTypeChanged(this);
597 ime_->OnTextInputTypeChanged(this)
    [all...]
input_method_base.cc 59 void InputMethodBase::OnTextInputTypeChanged(const TextInputClient* client) {
input_method_imm32.cc 87 void InputMethodIMM32::OnTextInputTypeChanged(const TextInputClient* client) {
92 InputMethodWin::OnTextInputTypeChanged(client);
146 OnTextInputTypeChanged(focused);
  /external/chromium_org/ui/base/ime/win/
tsf_bridge.h 52 virtual void OnTextInputTypeChanged(const TextInputClient* client) = 0;
mock_tsf_bridge.cc 39 void MockTSFBridge::OnTextInputTypeChanged(const TextInputClient* client) {
mock_tsf_bridge.h 25 virtual void OnTextInputTypeChanged(const TextInputClient* client) OVERRIDE;
  /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;
input_method_bridge.cc 41 // TODO(yusukes): We don't need to call OnTextInputTypeChanged() once we move
44 OnTextInputTypeChanged(GetFocusedView());
70 void InputMethodBridge::OnTextInputTypeChanged(View* view) {
72 host_->OnTextInputTypeChanged(this);
73 InputMethodBase::OnTextInputTypeChanged(view);
249 OnTextInputTypeChanged(focused);
mock_input_method.h 32 virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
mock_input_method.cc 101 void MockInputMethod::OnTextInputTypeChanged(View* view) {
104 InputMethodBase::OnTextInputTypeChanged(view);
input_method_base.cc 43 void InputMethodBase::OnTextInputTypeChanged(View* view) {}
input_method_bridge.h 43 virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 74 virtual void OnTextInputTypeChanged(
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 48 virtual void OnTextInputTypeChanged(ui::TextInputType type) OVERRIDE;

Completed in 1024 milliseconds

1 2