HomeSort by relevance Sort by last modified time
    Searched refs:CreateInputMethod (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ui/base/ime/
input_method_factory.h 23 UI_BASE_EXPORT scoped_ptr<InputMethod> CreateInputMethod(
27 // Makes CreateInputMethod return a MockInputMethod.
input_method_factory.cc 33 scoped_ptr<InputMethod> CreateInputMethod(
63 << "ui::CreateInputMethod. You must call "
  /external/chromium_org/ui/views/cocoa/
bridged_native_widget.h 43 InputMethod* CreateInputMethod();
  /external/chromium_org/ui/wm/core/
input_method_event_filter.cc 21 : input_method_(ui::CreateInputMethod(this, widget)) {
  /external/chromium_org/content/shell/browser/
shell_platform_data_aura.cc 68 input_method_(ui::CreateInputMethod(this,
  /external/chromium_org/mojo/views/
native_widget_view_manager.cc 43 ui::CreateInputMethod(this, gfx::kNullAcceleratedWidget).Pass()) {
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 43 virtual InputMethod* CreateInputMethod() OVERRIDE;
native_widget_private.h 144 virtual InputMethod* CreateInputMethod() = 0;
native_widget_aura.h 73 virtual InputMethod* CreateInputMethod() OVERRIDE;
widget.cc 767 input_method_ = const_cast<Widget*>(this)->CreateInputMethod().Pass();
    [all...]
widget.h     [all...]
native_widget_aura.cc 273 InputMethod* NativeWidgetAura::CreateInputMethod() {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 119 virtual InputMethod* CreateInputMethod() OVERRIDE;
desktop_native_widget_aura.cc 637 InputMethod* DesktopNativeWidgetAura::CreateInputMethod() {
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 88 ui::CreateInputMethod(NULL, gfx::kNullAcceleratedWidget)) {}

Completed in 115 milliseconds