InputMethod 39 ash/shell/keyboard_controller_proxy_stub.cc ui::InputMethod* KeyboardControllerProxyStub::GetInputMethod() { InputMethod 29 ash/shell/keyboard_controller_proxy_stub.h virtual ui::InputMethod* GetInputMethod() OVERRIDE; InputMethod 76 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc ui::InputMethod* input_method = window->GetProperty( InputMethod 85 chrome/browser/chromeos/input_method/textinput_test_helper.cc const ui::InputMethod* input_method) { InputMethod 83 chrome/browser/chromeos/input_method/textinput_test_helper.h const ui::InputMethod* input_method) OVERRIDE; InputMethod 88 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc ui::InputMethod* AshKeyboardControllerProxy::GetInputMethod() { InputMethod 25 chrome/browser/ui/ash/ash_keyboard_controller_proxy.h class InputMethod; InputMethod 43 chrome/browser/ui/ash/ash_keyboard_controller_proxy.h virtual ui::InputMethod* GetInputMethod() OVERRIDE; InputMethod 43 chrome/browser/ui/ash/keyboard_controller_browsertest.cc ui::InputMethod* input_method = proxy()->GetInputMethod(); InputMethod 735 chrome/browser/ui/views/omnibox/omnibox_view_views.cc const views::InputMethod* input_method = this->GetInputMethod(); InputMethod 958 content/browser/browser_plugin/browser_plugin_host_browsertest.cc IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, InputMethod) { InputMethod 2602 content/browser/renderer_host/render_widget_host_view_aura.cc ui::InputMethod* input_method = GetInputMethod(); InputMethod 2979 content/browser/renderer_host/render_widget_host_view_aura.cc ui::InputMethod* input_method = GetInputMethod(); InputMethod 3249 content/browser/renderer_host/render_widget_host_view_aura.cc ui::InputMethod* RenderWidgetHostViewAura::GetInputMethod() const { InputMethod 3373 content/browser/renderer_host/render_widget_host_view_aura.cc ui::InputMethod* input_method = GetInputMethod(); InputMethod 3438 content/browser/renderer_host/render_widget_host_view_aura.cc ui::InputMethod* input_method = GetInputMethod(); InputMethod 71 content/browser/renderer_host/render_widget_host_view_aura.h class InputMethod; InputMethod 442 content/browser/renderer_host/render_widget_host_view_aura.h ui::InputMethod* GetInputMethod() const; InputMethod 79 content/shell/browser/shell_platform_data_aura.cc static_cast<ui::InputMethod*>(NULL)); InputMethod 106 content/shell/browser/shell_platform_data_aura.cc scoped_ptr<ui::InputMethod> input_method_; InputMethod 79 mojo/examples/launcher/launcher.cc static_cast<ui::InputMethod*>(NULL)); InputMethod 106 mojo/examples/launcher/launcher.cc scoped_ptr<ui::InputMethod> input_method_; InputMethod 13 ui/aura/client/aura_constants.cc DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, ui::InputMethod*) InputMethod 33 ui/aura/client/aura_constants.cc DEFINE_WINDOW_PROPERTY_KEY(ui::InputMethod*, kRootWindowInputMethodKey, NULL); InputMethod 13 ui/aura/client/aura_constants.h class InputMethod; InputMethod 53 ui/aura/client/aura_constants.h AURA_EXPORT extern const WindowProperty<ui::InputMethod*>* const InputMethod 693 ui/aura/remote_window_tree_host_win.cc ui::InputMethod* input_method = GetAshWindow()->GetProperty( InputMethod 18 ui/aura/test/aura_test_helper.h class InputMethod; InputMethod 65 ui/aura/test/aura_test_helper.h scoped_ptr<ui::InputMethod> test_input_method_; InputMethod 14 ui/base/ime/dummy_input_method.h class DummyInputMethod : public InputMethod { InputMethod 47 ui/base/ime/input_method.h class InputMethod { InputMethod 56 ui/base/ime/input_method.h virtual ~InputMethod() {} InputMethod 28 ui/base/ime/input_method_base.h : NON_EXPORTED_BASE(public InputMethod), InputMethod 149 ui/base/ime/input_method_base_unittest.cc InputMethod::NativeEventResult* result) OVERRIDE { InputMethod 210 ui/base/ime/input_method_base_unittest.cc virtual void OnInputMethodDestroyed(const InputMethod* client) OVERRIDE { InputMethod 31 ui/base/ime/input_method_factory.cc scoped_ptr<InputMethod> CreateInputMethod( InputMethod 38 ui/base/ime/input_method_factory.cc return scoped_ptr<InputMethod>(new MockInputMethod(delegate)); InputMethod 41 ui/base/ime/input_method_factory.cc return scoped_ptr<InputMethod>(new InputMethodChromeOS(delegate)); InputMethod 45 ui/base/ime/input_method_factory.cc return scoped_ptr<InputMethod>(new InputMethodWin(delegate, widget)); InputMethod 47 ui/base/ime/input_method_factory.cc return scoped_ptr<InputMethod>(new InputMethodAuraLinux(delegate)); InputMethod 49 ui/base/ime/input_method_factory.cc return scoped_ptr<InputMethod>(new InputMethodMinimal(delegate)); InputMethod 20 ui/base/ime/input_method_factory.h class InputMethod; InputMethod 23 ui/base/ime/input_method_factory.h UI_BASE_EXPORT scoped_ptr<InputMethod> CreateInputMethod( InputMethod 12 ui/base/ime/input_method_observer.h class InputMethod; InputMethod 41 ui/base/ime/input_method_observer.h virtual void OnInputMethodDestroyed(const InputMethod* input_method) = 0; InputMethod 64 ui/base/ime/input_method_win.cc InputMethod::NativeEventResult* result) { InputMethod 26 ui/base/ime/mock_input_method.h class UI_BASE_EXPORT MockInputMethod : NON_EXPORTED_BASE(public InputMethod) { InputMethod 27 ui/base/ime/remote_input_method_win.cc InputMethod* g_public_interface_ = NULL; InputMethod 30 ui/base/ime/remote_input_method_win.cc void RegisterInstance(InputMethod* public_interface, InputMethod 40 ui/base/ime/remote_input_method_win.cc RemoteInputMethodPrivateWin* GetPrivate(InputMethod* public_interface) { InputMethod 46 ui/base/ime/remote_input_method_win.cc void UnregisterInstance(InputMethod* public_interface) { InputMethod 109 ui/base/ime/remote_input_method_win.cc class RemoteInputMethodWin : public InputMethod, InputMethod 379 ui/base/ime/remote_input_method_win.cc scoped_ptr<InputMethod> CreateRemoteInputMethodWin( InputMethod 381 ui/base/ime/remote_input_method_win.cc return scoped_ptr<InputMethod>(new RemoteInputMethodWin(delegate)); InputMethod 386 ui/base/ime/remote_input_method_win.cc InputMethod* input_method) { InputMethod 25 ui/base/ime/remote_input_method_win.h class InputMethod; InputMethod 49 ui/base/ime/remote_input_method_win.h UI_BASE_EXPORT scoped_ptr<InputMethod> CreateRemoteInputMethodWin( InputMethod 62 ui/base/ime/remote_input_method_win.h static RemoteInputMethodPrivateWin* Get(InputMethod* input_method); InputMethod 251 ui/base/ime/remote_input_method_win_unittest.cc virtual void OnInputMethodDestroyed(const InputMethod* client) OVERRIDE { InputMethod 266 ui/base/ime/remote_input_method_win_unittest.cc InputMethod* other_ptr = static_cast<InputMethod*>(NULL) + 1; InputMethod 274 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 277 ui/base/ime/remote_input_method_win_unittest.cc InputMethod* dangling_ptr = input_method.get(); InputMethod 284 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 300 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 335 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 357 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 388 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 419 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 473 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 504 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 548 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 590 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 634 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 685 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 725 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 755 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 805 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 838 ui/base/ime/remote_input_method_win_unittest.cc scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); InputMethod 318 ui/keyboard/keyboard_controller.cc const ui::InputMethod* input_method) { InputMethod 25 ui/keyboard/keyboard_controller.h class InputMethod; InputMethod 105 ui/keyboard/keyboard_controller.h const ui::InputMethod* input_method) OVERRIDE; InputMethod 125 ui/keyboard/keyboard_controller.h ui::InputMethod* input_method_; InputMethod 25 ui/keyboard/keyboard_controller_proxy.h class InputMethod; InputMethod 70 ui/keyboard/keyboard_controller_proxy.h virtual ui::InputMethod* GetInputMethod() = 0; InputMethod 97 ui/keyboard/keyboard_controller_unittest.cc virtual ui::InputMethod* GetInputMethod() OVERRIDE { InputMethod 109 ui/keyboard/keyboard_controller_unittest.cc scoped_ptr<ui::InputMethod> input_method_; InputMethod 194 ui/keyboard/keyboard_controller_unittest.cc ui::InputMethod* input_method = proxy()->GetInputMethod(); InputMethod 130 ui/keyboard/keyboard_util.cc ui::InputMethod* input_method = root_window->GetProperty( InputMethod 209 ui/keyboard/keyboard_util.cc ui::InputMethod* input_method = host->window()->GetProperty( InputMethod 35 ui/views/ime/input_method.h class VIEWS_EXPORT InputMethod { InputMethod 44 ui/views/ime/input_method.h virtual ~InputMethod() {} InputMethod 25 ui/views/ime/input_method_base.h class VIEWS_EXPORT InputMethodBase : public InputMethod, InputMethod 35 ui/views/ime/input_method_bridge.cc const ui::InputMethod* input_method) OVERRIDE; InputMethod 55 ui/views/ime/input_method_bridge.cc const ui::InputMethod* input_method) { InputMethod 64 ui/views/ime/input_method_bridge.cc ui::InputMethod* host, InputMethod 336 ui/views/ime/input_method_bridge.cc ui::InputMethod* InputMethodBridge::GetHostInputMethod() const { InputMethod 17 ui/views/ime/input_method_bridge.h class InputMethod; InputMethod 33 ui/views/ime/input_method_bridge.h ui::InputMethod* host, InputMethod 87 ui/views/ime/input_method_bridge.h ui::InputMethod* GetHostInputMethod() const; InputMethod 94 ui/views/ime/input_method_bridge.h ui::InputMethod* host_; InputMethod 25 ui/views/ime/input_method_bridge_unittest.cc static_cast<ui::InputMethod*>(&input_method)); InputMethod 47 ui/views/ime/input_method_bridge_unittest.cc static_cast<ui::InputMethod*>(NULL)); InputMethod 57 ui/views/ime/mock_input_method.cc *result = InputMethod::NativeEventResult(); InputMethod 1061 ui/views/view.cc InputMethod* View::GetInputMethod() { InputMethod 1066 ui/views/view.cc const InputMethod* View::GetInputMethod() const { InputMethod 67 ui/views/view.h class InputMethod; InputMethod 703 ui/views/view.h virtual InputMethod* GetInputMethod(); InputMethod 704 ui/views/view.h virtual const InputMethod* GetInputMethod() const; InputMethod 631 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc InputMethod* DesktopNativeWidgetAura::CreateInputMethod() { InputMethod 632 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc ui::InputMethod* host = input_method_event_filter_->input_method(); InputMethod 1078 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc InputMethod* input_method = GetWidget()->GetInputMethod(); InputMethod 122 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual InputMethod* CreateInputMethod() OVERRIDE; InputMethod 713 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc InputMethod* DesktopWindowTreeHostWin::GetInputMethod() { InputMethod 831 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc InputMethod* input_method = GetInputMethod(); InputMethod 838 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc InputMethod* input_method = GetInputMethod(); InputMethod 165 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual InputMethod* GetInputMethod() OVERRIDE; InputMethod 281 ui/views/widget/native_widget_aura.cc InputMethod* NativeWidgetAura::CreateInputMethod() { InputMethod 285 ui/views/widget/native_widget_aura.cc ui::InputMethod* host = InputMethod 77 ui/views/widget/native_widget_aura.h virtual InputMethod* CreateInputMethod() OVERRIDE; InputMethod 30 ui/views/widget/native_widget_delegate.h class InputMethod; InputMethod 128 ui/views/widget/native_widget_delegate.h virtual InputMethod* GetInputMethodDirect() = 0; InputMethod 25 ui/views/widget/native_widget_private.h class InputMethod; InputMethod 140 ui/views/widget/native_widget_private.h virtual InputMethod* CreateInputMethod() = 0; InputMethod 749 ui/views/widget/widget.cc InputMethod* Widget::GetInputMethod() { InputMethod 750 ui/views/widget/widget.cc return const_cast<InputMethod*>( InputMethod 754 ui/views/widget/widget.cc const InputMethod* Widget::GetInputMethod() const { InputMethod 1250 ui/views/widget/widget.cc InputMethod* Widget::GetInputMethodDirect() { InputMethod 1430 ui/views/widget/widget.cc scoped_ptr<InputMethod> Widget::CreateInputMethod() { InputMethod 1431 ui/views/widget/widget.cc scoped_ptr<InputMethod> input_method(native_widget_->CreateInputMethod()); InputMethod 1437 ui/views/widget/widget.cc void Widget::ReplaceInputMethod(InputMethod* input_method) { InputMethod 57 ui/views/widget/widget.h class InputMethod; InputMethod 529 ui/views/widget/widget.h InputMethod* GetInputMethod(); InputMethod 530 ui/views/widget/widget.h const InputMethod* GetInputMethod() const; InputMethod 739 ui/views/widget/widget.h virtual InputMethod* GetInputMethodDirect() OVERRIDE; InputMethod 790 ui/views/widget/widget.h scoped_ptr<InputMethod> CreateInputMethod(); InputMethod 795 ui/views/widget/widget.h void ReplaceInputMethod(InputMethod* input_method); InputMethod 859 ui/views/widget/widget.h mutable scoped_ptr<InputMethod> input_method_; InputMethod 44 ui/views/win/hwnd_message_handler.h class InputMethod; InputMethod 27 ui/views/win/hwnd_message_handler_delegate.h class InputMethod; InputMethod 85 ui/views/win/hwnd_message_handler_delegate.h virtual InputMethod* GetInputMethod() = 0; InputMethod 18 ui/wm/core/input_method_event_filter.h class InputMethod; InputMethod 34 ui/wm/core/input_method_event_filter.h ui::InputMethod* input_method() const { return input_method_.get(); } InputMethod 43 ui/wm/core/input_method_event_filter.h scoped_ptr<ui::InputMethod> input_method_;