Searched refs:CreateInputMethod (Results 1 – 18 of 18) sorted by relevance
23 UI_BASE_EXPORT scoped_ptr<InputMethod> CreateInputMethod(
33 scoped_ptr<InputMethod> CreateInputMethod( in CreateInputMethod() function
21 : input_method_(ui::CreateInputMethod(this, widget)) { in InputMethodEventFilter()
56 InputMethod* CreateInputMethod();
92 InputMethod* BridgedNativeWidget::CreateInputMethod() {103 input_method_ = ui::CreateInputMethod(NULL, nil);
219 scoped_ptr<views::InputMethod> input_method(bridge()->CreateInputMethod());
68 input_method_(ui::CreateInputMethod(this, in MinimalInputEventFilter()
52 input_method_ = ui::CreateInputMethod(this, gfx::kNullAcceleratedWidget); in MinimalInputEventFilter()
141 virtual InputMethod* CreateInputMethod() = 0;
49 virtual InputMethod* CreateInputMethod() OVERRIDE;
767 input_method_ = const_cast<Widget*>(this)->CreateInputMethod().Pass(); in GetInputMethod()1507 scoped_ptr<InputMethod> Widget::CreateInputMethod() { in CreateInputMethod() function in views::Widget1508 scoped_ptr<InputMethod> input_method(native_widget_->CreateInputMethod()); in CreateInputMethod()
75 virtual InputMethod* CreateInputMethod() OVERRIDE;
216 InputMethod* NativeWidgetMac::CreateInputMethod() {217 return bridge_ ? bridge_->CreateInputMethod() : NULL;
841 scoped_ptr<InputMethod> CreateInputMethod();
273 InputMethod* NativeWidgetAura::CreateInputMethod() { in CreateInputMethod() function in views::NativeWidgetAura
119 virtual InputMethod* CreateInputMethod() OVERRIDE;
634 InputMethod* DesktopNativeWidgetAura::CreateInputMethod() { in CreateInputMethod() function in views::DesktopNativeWidgetAura
87 ui::CreateInputMethod(NULL, gfx::kNullAcceleratedWidget)) {} in TestKeyboardControllerProxy()