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

1 2

  /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());
vk_mojo_handler.h 21 ui::InputMethod* GetInputMethod();
  /external/chromium_org/chrome/browser/chromeos/options/
passphrase_textfield.cc 32 GetInputMethod()->OnFocus();
40 GetInputMethod()->OnFocus();
  /external/chromium_org/ash/shell/
keyboard_controller_proxy_stub.cc 40 ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() {
keyboard_controller_proxy_stub.h 29 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h 43 virtual ui::InputMethod* GetInputMethod() OVERRIDE;
keyboard_controller_browsertest.cc 44 ui::InputMethod* input_method = proxy()->GetInputMethod();
52 ui::InputMethod* input_method = proxy()->GetInputMethod();
ash_keyboard_controller_proxy.cc 85 ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() {
  /external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc 42 child->GetInputMethod()->OnFocus();
  /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/keyboard/
keyboard_controller_proxy.h 65 virtual ui::InputMethod* GetInputMethod() = 0;
keyboard_controller_proxy.cc 149 if (GetInputMethod()->GetTextInputClient()) {
156 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(available_bounds);
keyboard_controller.cc 260 input_method_ = proxy_->GetInputMethod();
393 OnTextInputStateChanged(proxy_->GetInputMethod()->GetTextInputClient());
keyboard_controller_unittest.cc 105 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
209 ui::InputMethod* input_method = proxy()->GetInputMethod();
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 38 virtual ui::InputMethod* GetInputMethod() OVERRIDE {
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 79 virtual InputMethod* GetInputMethod() = 0;
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 294 if (GetInputMethod())
295 GetInputMethod()->OnTextInputTypeChanged(this);
304 if (GetInputMethod())
305 GetInputMethod()->OnTextInputTypeChanged(this);
480 GetInputMethod()->ShowImeIfNeeded();
951 if (GetInputMethod())
952 GetInputMethod()->OnTextInputTypeChanged(this);
966 GetInputMethod()->OnFocus();
    [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/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...]
native_widget_aura.cc 863 InputMethod* input_method = GetWidget()->GetInputMethod();
931 if (GetWidget()->GetInputMethod()) // Null in tests.
932 GetWidget()->GetInputMethod()->OnFocus();
935 // GetInputMethod() recreates the input method if it's previously been
943 if (GetWidget()->GetInputMethod())
944 GetWidget()->GetInputMethod()->OnBlur();
    [all...]
widget.h 554 InputMethod* GetInputMethod();
555 const InputMethod* GetInputMethod() const;
558 // TODO(yukishiino): Rename this method to GetInputMethod once we remove
    [all...]
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 620 GetInputMethod()->OnFocus();
625 if (GetInputMethod())
626 GetInputMethod()->OnCaretBoundsChanged(this);
630 GetInputMethod()->OnBlur();
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 236 widget_->GetInputMethod()->OnFocus();
249 widget_->GetInputMethod()->DispatchKeyEvent(event);
  /external/chromium_org/ui/views/
view.h 702 virtual InputMethod* GetInputMethod();
703 virtual const InputMethod* GetInputMethod() const;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 157 virtual InputMethod* GetInputMethod() OVERRIDE;

Completed in 2781 milliseconds

1 2