/external/chromium_org/ui/keyboard/webui/ |
D | vk_mojo_handler.cc | 18 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()
|
D | vk_mojo_handler.h | 21 ui::InputMethod* GetInputMethod();
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | textinput_test_helper.cc | 21 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/ |
D | passphrase_textfield.cc | 32 GetInputMethod()->OnFocus(); in OnFocus() 40 GetInputMethod()->OnFocus(); in OnBlur()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | keyboard_controller_browsertest.cc | 44 ui::InputMethod* input_method = proxy()->GetInputMethod(); in FocusEditableNodeAndShowKeyboard() 52 ui::InputMethod* input_method = proxy()->GetInputMethod(); in FocusNonEditableNode()
|
D | ash_keyboard_controller_proxy.h | 43 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
|
D | ash_keyboard_controller_proxy.cc | 85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() { in GetInputMethod() function in AshKeyboardControllerProxy
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.cc | 861 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/ |
D | textfield.cc | 294 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/ |
D | keyboard_controller_proxy.cc | 149 if (GetInputMethod()->GetTextInputClient()) { in EnsureCaretInWorkArea() 156 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(available_bounds); in EnsureCaretInWorkArea()
|
D | keyboard_controller_proxy.h | 65 virtual ui::InputMethod* GetInputMethod() = 0;
|
D | keyboard_controller.cc | 260 input_method_ = proxy_->GetInputMethod(); in KeyboardController() 393 OnTextInputStateChanged(proxy_->GetInputMethod()->GetTextInputClient()); in OnWindowHierarchyChanged()
|
D | keyboard_controller_unittest.cc | 105 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/ |
D | keyboard_controller_proxy_stub.cc | 40 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() { in GetInputMethod() function in ash::KeyboardControllerProxyStub
|
D | keyboard_controller_proxy_stub.h | 29 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
|
/external/chromium_org/ui/views/ime/ |
D | input_method_bridge_unittest.cc | 42 child->GetInputMethod()->OnFocus(); in TEST_F()
|
/external/chromium_org/ui/views/widget/ |
D | widget.cc | 759 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()
|
D | native_widget_aura.cc | 863 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()
|
D | widget.h | 554 InputMethod* GetInputMethod(); 555 const InputMethod* GetInputMethod() const;
|
/external/chromium_org/athena/virtual_keyboard/ |
D | virtual_keyboard_manager_impl.cc | 38 virtual ui::InputMethod* GetInputMethod() OVERRIDE { in GetInputMethod() function in athena::__anona3d1bc9e0111::BasicKeyboardControllerProxy
|
/external/chromium_org/ui/views/win/ |
D | hwnd_message_handler_delegate.h | 79 virtual InputMethod* GetInputMethod() = 0;
|
/external/chromium_org/ui/views/controls/tree/ |
D | tree_view.cc | 620 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/ |
D | desktop_window_tree_host_win.cc | 686 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/ |
D | omnibox_view_views.cc | 193 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/ |
D | combobox_unittest.cc | 236 widget_->GetInputMethod()->OnFocus(); in InitCombobox() 249 widget_->GetInputMethod()->DispatchKeyEvent(event); in SendKeyEventWithType()
|