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

1 2

  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 42 virtual ui::InputMethod* GetInputMethod() = 0;
keyboard_controller.cc 123 input_method_ = proxy_->GetInputMethod();
156 OnTextInputStateChanged(proxy_->GetInputMethod()->GetTextInputClient());
keyboard_controller_unittest.cc 70 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
272 ui::InputMethod* input_method = proxy->GetInputMethod();
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h 42 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
ash_keyboard_controller_proxy.cc 43 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() {
102 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(showing_area);
  /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/views/ime/
input_method_bridge_unittest.cc 72 child->GetInputMethod()->OnFocus();
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 144 GetInputMethod()->OnFocus();
156 GetInputMethod()->OnBlur();
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 289 DCHECK(GetInputMethod());
293 GetInputMethod()->OnTextInputTypeChanged(this);
297 GetInputMethod()->OnCaretBoundsChanged(this);
302 DCHECK(GetInputMethod());
303 GetInputMethod()->CancelComposition(this);
749 DCHECK(GetInputMethod());
750 host_->SetInputMethodActive(GetInputMethod()->IsActive());
883 DCHECK(GetInputMethod());
887 host_->SetInputMethodActive(GetInputMethod()->IsActive());
946 DCHECK(GetInputMethod());
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_input_api.cc 125 views::InputMethod* ime = root_view->GetWidget()->GetInputMethod();
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 86 virtual InputMethod* GetInputMethod() = 0;
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 684 GetInputMethod()->OnFocus();
696 GetInputMethod()->OnBlur();
    [all...]
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 39 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
  /external/chromium_org/ui/views/widget/
native_widget_win.cc 601 InputMethod* NativeWidgetWin::GetInputMethod() {
736 InputMethod* input_method = GetInputMethod();
743 InputMethod* input_method = GetInputMethod();
777 InputMethod* input_method = GetInputMethod();
792 InputMethod* input_method = GetInputMethod();
808 InputMethod* input_method = GetInputMethod();
native_widget_aura.cc 773 GetWidget()->GetInputMethod()->DispatchKeyEvent(*event);
836 if (GetWidget()->GetInputMethod()) // Null in tests.
837 GetWidget()->GetInputMethod()->OnFocus();
840 // GetInputMethod() recreates the input method if it's previously been
848 if (GetWidget()->GetInputMethod())
849 GetWidget()->GetInputMethod()->OnBlur();
    [all...]
widget.h 493 InputMethod* GetInputMethod();
494 const InputMethod* GetInputMethod() const;
    [all...]
widget.cc 715 InputMethod* Widget::GetInputMethod() {
717 const_cast<const Widget*>(this)->GetInputMethod());
720 const InputMethod* Widget::GetInputMethod() const {
732 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;
    [all...]
native_widget_win.h 185 virtual InputMethod* GetInputMethod() OVERRIDE;
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 601 GetInputMethod()->OnFocus();
606 if (GetInputMethod())
607 GetInputMethod()->OnCaretBoundsChanged(this);
611 GetInputMethod()->OnBlur();
  /external/chromium_org/ui/views/
view.h 688 virtual InputMethod* GetInputMethod();
689 virtual const InputMethod* GetInputMethod() const;
    [all...]
view.cc 1030 InputMethod* View::GetInputMethod() {
1032 return widget ? widget->GetInputMethod() : NULL;
1035 const InputMethod* View::GetInputMethod() const {
1037 return widget ? widget->GetInputMethod() : NULL;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h 160 virtual InputMethod* GetInputMethod() OVERRIDE;
desktop_root_window_host_win.cc 649 InputMethod* DesktopRootWindowHostWin::GetInputMethod() {
777 InputMethod* input_method = GetInputMethod();
784 InputMethod* input_method = GetInputMethod();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 354 GetInputMethod()->CancelComposition(this);
607 const views::InputMethod* input_method = this->GetInputMethod();

Completed in 6661 milliseconds

1 2