HomeSort by relevance Sort by last modified time
    Searched defs:GetInputMethod (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.cc 40 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() {
  /external/chromium_org/ui/keyboard/webui/
vk_mojo_handler.cc 18 GetInputMethod()->AddObserver(this);
22 GetInputMethod()->RemoveObserver(this);
25 ui::InputMethod* VKMojoHandler::GetInputMethod() {
26 return KeyboardController::GetInstance()->proxy()->GetInputMethod();
30 OnTextInputStateChanged(GetInputMethod()->GetTextInputClient());
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() {
  /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/widget/desktop_aura/
desktop_window_tree_host_win.cc 686 InputMethod* DesktopWindowTreeHostWin::GetInputMethod() {
825 InputMethod* input_method = GetInputMethod();
832 InputMethod* input_method = GetInputMethod();
    [all...]
  /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...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 861 if (GetInputMethod())
862 GetInputMethod()->OnTextInputTypeChanged(this);
871 if (GetInputMethod())
872 GetInputMethod()->ShowImeIfNeeded();
877 if (GetInputMethod())
878 GetInputMethod()->CancelComposition(this);
    [all...]
  /external/chromium_org/ui/views/
view.cc 1024 InputMethod* View::GetInputMethod() {
1026 return widget ? widget->GetInputMethod() : NULL;
1029 const InputMethod* View::GetInputMethod() const {
1031 return widget ? widget->GetInputMethod() : NULL;
    [all...]

Completed in 1227 milliseconds