Searched defs:CreateInputMethod (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dinput_method_factory.cc64 scoped_ptr<InputMethod> DefaultInputMethodFactory::CreateInputMethod( function in class:ui::DefaultInputMethodFactory
89 scoped_ptr<InputMethod> MockInputMethodFactory::CreateInputMethod( function in class:ui::MockInputMethodFactory
97 scoped_ptr<InputMethod> CreateInputMethod( function in namespace:ui
100 return InputMethodFactory::GetInstance()->CreateInputMethod(delegate, widget);
110 g_shared_input_method = CreateInputMethod(NULL, NULL).release();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc577 InputMethod* DesktopNativeWidgetAura::CreateInputMethod() { function in class:views::DesktopNativeWidgetAura
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc277 InputMethod* NativeWidgetAura::CreateInputMethod() { function in class:views::NativeWidgetAura
H A Dnative_widget_win.cc214 InputMethod* NativeWidgetWin::CreateInputMethod() { function in class:views::NativeWidgetWin
H A Dwidget.cc760 input_method_ = const_cast<Widget*>(this)->CreateInputMethod().Pass();
1422 scoped_ptr<InputMethod> Widget::CreateInputMethod() { function in class:views::Widget
1423 scoped_ptr<InputMethod> input_method(native_widget_->CreateInputMethod());

Completed in 108 milliseconds