Home
last modified time | relevance | path

Searched refs:GetInputMethod (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/ui/keyboard/webui/
Dvk_mojo_handler.cc18 GetInputMethod()->AddObserver(this); in VKMojoHandler()
22 GetInputMethod()->RemoveObserver(this); in ~VKMojoHandler()
25 ui::InputMethod* VKMojoHandler::GetInputMethod() { in GetInputMethod() function in keyboard::VKMojoHandler
26 return KeyboardController::GetInstance()->proxy()->GetInputMethod(); in GetInputMethod()
30 OnTextInputStateChanged(GetInputMethod()->GetTextInputClient()); in OnConnectionEstablished()
Dvk_mojo_handler.h21 ui::InputMethod* GetInputMethod();
/external/chromium_org/chrome/browser/chromeos/input_method/
Dtextinput_test_helper.cc21 ui::MockInputMethod* GetInputMethod() { in GetInputMethod() function
39 GetInputMethod()->AddObserver(this); in TextInputTestHelper()
43 GetInputMethod()->RemoveObserver(this); in ~TextInputTestHelper()
71 return GetInputMethod()->GetTextInputClient(); in GetTextInputClient()
/external/chromium_org/chrome/browser/chromeos/options/
Dpassphrase_textfield.cc32 GetInputMethod()->OnFocus(); in OnFocus()
40 GetInputMethod()->OnFocus(); in OnBlur()
/external/chromium_org/chrome/browser/ui/ash/
Dkeyboard_controller_browsertest.cc44 ui::InputMethod* input_method = proxy()->GetInputMethod(); in FocusEditableNodeAndShowKeyboard()
52 ui::InputMethod* input_method = proxy()->GetInputMethod(); in FocusNonEditableNode()
Dash_keyboard_controller_proxy.h43 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
Dash_keyboard_controller_proxy.cc85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() { in GetInputMethod() function in AshKeyboardControllerProxy
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc861 if (GetInputMethod()) in TextInputTypeChanged()
862 GetInputMethod()->OnTextInputTypeChanged(this); in TextInputTypeChanged()
871 if (GetInputMethod()) in OnTextInputStateChanged()
872 GetInputMethod()->ShowImeIfNeeded(); in OnTextInputStateChanged()
877 if (GetInputMethod()) in ImeCancelComposition()
878 GetInputMethod()->CancelComposition(this); in ImeCancelComposition()
951 if (GetInputMethod()) in SelectionBoundsChanged()
952 GetInputMethod()->OnCaretBoundsChanged(this); in SelectionBoundsChanged()
1608 if (GetInputMethod()) in OnInputMethodChanged()
1609 host_->SetInputMethodActive(GetInputMethod()->IsActive()); in OnInputMethodChanged()
[all …]
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc294 if (GetInputMethod()) in SetReadOnly()
295 GetInputMethod()->OnTextInputTypeChanged(this); in SetReadOnly()
304 if (GetInputMethod()) in SetTextInputType()
305 GetInputMethod()->OnTextInputTypeChanged(this); in SetTextInputType()
480 GetInputMethod()->ShowImeIfNeeded(); in ShowImeIfNeeded()
951 if (GetInputMethod()) in OnEnabledChanged()
952 GetInputMethod()->OnTextInputTypeChanged(this); in OnEnabledChanged()
966 GetInputMethod()->OnFocus(); in OnFocus()
982 GetInputMethod()->OnBlur(); in OnBlur()
1014 GetInputMethod()->CancelComposition(this); in OnCompositionTextConfirmedOrCleared()
[all …]
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_proxy.cc149 if (GetInputMethod()->GetTextInputClient()) { in EnsureCaretInWorkArea()
156 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(available_bounds); in EnsureCaretInWorkArea()
Dkeyboard_controller_proxy.h65 virtual ui::InputMethod* GetInputMethod() = 0;
Dkeyboard_controller.cc260 input_method_ = proxy_->GetInputMethod(); in KeyboardController()
393 OnTextInputStateChanged(proxy_->GetInputMethod()->GetTextInputClient()); in OnWindowHierarchyChanged()
Dkeyboard_controller_unittest.cc105 virtual ui::InputMethod* GetInputMethod() OVERRIDE { in GetInputMethod() function in keyboard::__anoncb01d7760111::TestKeyboardControllerProxy
209 ui::InputMethod* input_method = proxy()->GetInputMethod(); in SetFocus()
/external/chromium_org/ash/shell/
Dkeyboard_controller_proxy_stub.cc40 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() { in GetInputMethod() function in ash::KeyboardControllerProxyStub
Dkeyboard_controller_proxy_stub.h29 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
/external/chromium_org/ui/views/ime/
Dinput_method_bridge_unittest.cc42 child->GetInputMethod()->OnFocus(); in TEST_F()
/external/chromium_org/ui/views/widget/
Dwidget.cc759 InputMethod* Widget::GetInputMethod() { in GetInputMethod() function in views::Widget
761 const_cast<const Widget*>(this)->GetInputMethod()); in GetInputMethod()
764 const InputMethod* Widget::GetInputMethod() const { in GetInputMethod() function in views::Widget
776 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL; in GetInputMethod()
1117 if (focused_view && focused_view->GetInputMethod()) in OnNativeWidgetMove()
1118 focused_view->GetInputMethod()->OnCaretBoundsChanged(focused_view); in OnNativeWidgetMove()
1131 if (focused_view && focused_view->GetInputMethod()) in OnNativeWidgetSizeChanged()
1132 focused_view->GetInputMethod()->OnCaretBoundsChanged(focused_view); in OnNativeWidgetSizeChanged()
Dnative_widget_aura.cc863 InputMethod* input_method = GetWidget()->GetInputMethod(); in OnKeyEvent()
931 if (GetWidget()->GetInputMethod()) // Null in tests. in OnWindowFocused()
932 GetWidget()->GetInputMethod()->OnFocus(); in OnWindowFocused()
943 if (GetWidget()->GetInputMethod()) in OnWindowFocused()
944 GetWidget()->GetInputMethod()->OnBlur(); in OnWindowFocused()
Dwidget.h554 InputMethod* GetInputMethod();
555 const InputMethod* GetInputMethod() const;
/external/chromium_org/athena/virtual_keyboard/
Dvirtual_keyboard_manager_impl.cc38 virtual ui::InputMethod* GetInputMethod() OVERRIDE { in GetInputMethod() function in athena::__anona3d1bc9e0111::BasicKeyboardControllerProxy
/external/chromium_org/ui/views/win/
Dhwnd_message_handler_delegate.h79 virtual InputMethod* GetInputMethod() = 0;
/external/chromium_org/ui/views/controls/tree/
Dtree_view.cc620 GetInputMethod()->OnFocus(); in OnFocus()
625 if (GetInputMethod()) in OnFocus()
626 GetInputMethod()->OnCaretBoundsChanged(this); in OnFocus()
630 GetInputMethod()->OnBlur(); in OnBlur()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc686 InputMethod* DesktopWindowTreeHostWin::GetInputMethod() { in GetInputMethod() function in views::DesktopWindowTreeHostWin
825 InputMethod* input_method = GetInputMethod(); in HandleNativeFocus()
832 InputMethod* input_method = GetInputMethod(); in HandleNativeBlur()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views.cc193 GetInputMethod()->CancelComposition(this); in SaveStateToTab()
568 const views::InputMethod* input_method = this->GetInputMethod(); in IsImeShowingPopup()
574 GetInputMethod()->ShowImeIfNeeded(); in ShowImeIfNeeded()
/external/chromium_org/ui/views/controls/combobox/
Dcombobox_unittest.cc236 widget_->GetInputMethod()->OnFocus(); in InitCombobox()
249 widget_->GetInputMethod()->DispatchKeyEvent(event); in SendKeyEventWithType()

12