Home
last modified time | relevance | path

Searched refs:CreateInputMethod (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/base/ime/
Dinput_method_factory.h23 UI_BASE_EXPORT scoped_ptr<InputMethod> CreateInputMethod(
Dinput_method_factory.cc33 scoped_ptr<InputMethod> CreateInputMethod( in CreateInputMethod() function
/external/chromium_org/ui/wm/core/
Dinput_method_event_filter.cc21 : input_method_(ui::CreateInputMethod(this, widget)) { in InputMethodEventFilter()
/external/chromium_org/ui/views/cocoa/
Dbridged_native_widget.h56 InputMethod* CreateInputMethod();
Dbridged_native_widget.mm92 InputMethod* BridgedNativeWidget::CreateInputMethod() {
103 input_method_ = ui::CreateInputMethod(NULL, nil);
Dbridged_native_widget_unittest.mm219 scoped_ptr<views::InputMethod> input_method(bridge()->CreateInputMethod());
/external/chromium_org/content/shell/browser/
Dshell_platform_data_aura.cc68 input_method_(ui::CreateInputMethod(this, in MinimalInputEventFilter()
/external/chromium_org/mojo/views/
Dnative_widget_view_manager.cc52 input_method_ = ui::CreateInputMethod(this, gfx::kNullAcceleratedWidget); in MinimalInputEventFilter()
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h141 virtual InputMethod* CreateInputMethod() = 0;
Dnative_widget_mac.h49 virtual InputMethod* CreateInputMethod() OVERRIDE;
Dwidget.cc767 input_method_ = const_cast<Widget*>(this)->CreateInputMethod().Pass(); in GetInputMethod()
1507 scoped_ptr<InputMethod> Widget::CreateInputMethod() { in CreateInputMethod() function in views::Widget
1508 scoped_ptr<InputMethod> input_method(native_widget_->CreateInputMethod()); in CreateInputMethod()
Dnative_widget_aura.h75 virtual InputMethod* CreateInputMethod() OVERRIDE;
Dnative_widget_mac.mm216 InputMethod* NativeWidgetMac::CreateInputMethod() {
217 return bridge_ ? bridge_->CreateInputMethod() : NULL;
Dwidget.h841 scoped_ptr<InputMethod> CreateInputMethod();
Dnative_widget_aura.cc273 InputMethod* NativeWidgetAura::CreateInputMethod() { in CreateInputMethod() function in views::NativeWidgetAura
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_native_widget_aura.h119 virtual InputMethod* CreateInputMethod() OVERRIDE;
Ddesktop_native_widget_aura.cc634 InputMethod* DesktopNativeWidgetAura::CreateInputMethod() { in CreateInputMethod() function in views::DesktopNativeWidgetAura
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc87 ui::CreateInputMethod(NULL, gfx::kNullAcceleratedWidget)) {} in TestKeyboardControllerProxy()