Searched defs:GetInputMethod (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/shell/
H A Dkeyboard_controller_proxy_stub.cc40 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() { function in class:ash::KeyboardControllerProxyStub
/external/chromium_org/ui/keyboard/webui/
H A Dvk_mojo_handler.cc18 GetInputMethod()->AddObserver(this);
22 GetInputMethod()->RemoveObserver(this);
25 ui::InputMethod* VKMojoHandler::GetInputMethod() { function in class:keyboard::VKMojoHandler
26 return KeyboardController::GetInstance()->proxy()->GetInputMethod();
30 OnTextInputStateChanged(GetInputMethod()->GetTextInputClient());
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.cc85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() { function in class:AshKeyboardControllerProxy
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_test_helper.cc21 ui::MockInputMethod* GetInputMethod() { function in namespace:chromeos::__anon3263
39 GetInputMethod()->AddObserver(this);
43 GetInputMethod()->RemoveObserver(this);
71 return GetInputMethod()->GetTextInputClient();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc686 InputMethod* DesktopWindowTreeHostWin::GetInputMethod() { function in class:views::DesktopWindowTreeHostWin
825 InputMethod* input_method = GetInputMethod();
832 InputMethod* input_method = GetInputMethod();
/external/chromium_org/ui/views/widget/
H A Dwidget.cc759 InputMethod* Widget::GetInputMethod() { function in class:views::Widget
761 const_cast<const Widget*>(this)->GetInputMethod());
764 const InputMethod* Widget::GetInputMethod() const { function in class:views::Widget
776 return (toplevel && toplevel != this) ? toplevel->GetInputMethod() : NULL;
1117 if (focused_view && focused_view->GetInputMethod())
1118 focused_view->GetInputMethod()->OnCaretBoundsChanged(focused_view);
1131 if (focused_view && focused_view->GetInputMethod())
1132 focused_view->GetInputMethod()->OnCaretBoundsChanged(focused_view);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc861 if (GetInputMethod())
862 GetInputMethod()->OnTextInputTypeChanged(this);
871 if (GetInputMethod())
872 GetInputMethod()->ShowImeIfNeeded();
877 if (GetInputMethod())
878 GetInputMethod()->CancelComposition(this);
951 if (GetInputMethod())
952 GetInputMethod()->OnCaretBoundsChanged(this);
1608 if (GetInputMethod())
1609 host_->SetInputMethodActive(GetInputMethod()
2318 ui::InputMethod* RenderWidgetHostViewAura::GetInputMethod() const { function in class:content::RenderWidgetHostViewAura
[all...]
/external/chromium_org/ui/views/
H A Dview.cc1024 InputMethod* View::GetInputMethod() { function in class:views::View
1026 return widget ? widget->GetInputMethod() : NULL;
1029 const InputMethod* View::GetInputMethod() const { function in class:views::View
1031 return widget ? widget->GetInputMethod() : NULL;

Completed in 232 milliseconds