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

1 2

  /external/chromium_org/chrome/browser/chromeos/options/
passphrase_textfield.cc 32 GetInputMethod()->OnFocus();
40 GetInputMethod()->OnFocus();
  /external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.cc 39 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() {
keyboard_controller_proxy_stub.h 29 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h 43 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
ash_keyboard_controller_proxy.cc 85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() {
  /external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc 42 child->GetInputMethod()->OnFocus();
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 21 ui::MockInputMethod* GetInputMethod() {
39 GetInputMethod()->AddObserver(this);
43 GetInputMethod()->RemoveObserver(this);
71 return GetInputMethod()->GetTextInputClient();
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 65 virtual ui::InputMethod* GetInputMethod() = 0;
keyboard_controller_proxy.cc 149 if (GetInputMethod()->GetTextInputClient()) {
156 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(available_bounds);
keyboard_controller.cc 203 input_method_ = proxy_->GetInputMethod();
331 OnTextInputStateChanged(proxy_->GetInputMethod()->GetTextInputClient());
keyboard_controller_unittest.cc 106 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
210 ui::InputMethod* input_method = proxy()->GetInputMethod();
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 38 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 78 virtual InputMethod* GetInputMethod() = 0;
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 291 if (GetInputMethod())
292 GetInputMethod()->OnTextInputTypeChanged(this);
301 if (GetInputMethod())
302 GetInputMethod()->OnTextInputTypeChanged(this);
466 GetInputMethod()->ShowImeIfNeeded();
905 if (GetInputMethod())
906 GetInputMethod()->OnTextInputTypeChanged(this);
920 GetInputMethod()->OnFocus();
936 GetInputMethod()->OnBlur();
968 GetInputMethod()->CancelComposition(this)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 819 if (GetInputMethod())
820 GetInputMethod()->OnTextInputTypeChanged(this);
825 if (GetInputMethod())
826 GetInputMethod()->ShowImeIfNeeded();
831 if (GetInputMethod())
832 GetInputMethod()->CancelComposition(this);
907 if (GetInputMethod())
908 GetInputMethod()->OnCaretBoundsChanged(this);
    [all...]
render_widget_host_view_aura.h 388 ui::InputMethod* GetInputMethod() const;
  /external/chromium_org/ui/views/widget/
widget.cc 759 InputMethod* Widget::GetInputMethod() {
761 const_cast<const Widget*>(this)->GetInputMethod());
764 const InputMethod* Widget::GetInputMethod() const {
776 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;
    [all...]
native_widget_aura.cc 843 GetWidget()->GetInputMethod()->DispatchKeyEvent(*event);
908 if (GetWidget()->GetInputMethod()) // Null in tests.
909 GetWidget()->GetInputMethod()->OnFocus();
912 // GetInputMethod() recreates the input method if it's previously been
920 if (GetWidget()->GetInputMethod())
921 GetWidget()->GetInputMethod()->OnBlur();
    [all...]
widget.h 554 InputMethod* GetInputMethod();
555 const InputMethod* GetInputMethod() const;
558 // TODO(yukishiino): Rename this method to GetInputMethod once we remove
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 620 GetInputMethod()->OnFocus();
625 if (GetInputMethod())
626 GetInputMethod()->OnCaretBoundsChanged(this);
630 GetInputMethod()->OnBlur();
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 221 widget_->GetInputMethod()->OnFocus();
234 widget_->GetInputMethod()->DispatchKeyEvent(event);
  /external/chromium_org/ui/views/
view.h 719 virtual InputMethod* GetInputMethod();
720 virtual const InputMethod* GetInputMethod() const;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 156 virtual InputMethod* GetInputMethod() OVERRIDE;
desktop_window_tree_host_win.cc 659 InputMethod* DesktopWindowTreeHostWin::GetInputMethod() {
777 InputMethod* input_method = GetInputMethod();
784 InputMethod* input_method = GetInputMethod();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 189 GetInputMethod()->CancelComposition(this);
554 const views::InputMethod* input_method = this->GetInputMethod();
560 GetInputMethod()->ShowImeIfNeeded();
    [all...]

Completed in 566 milliseconds

1 2