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

  /external/chromium_org/ui/base/ime/
input_method_factory.h 21 UI_EXPORT InputMethod* CreateInputMethod(
25 // With calling this function, CreateInputMethod will return MockInputMethod.
input_method_factory.cc 40 InputMethod* CreateInputMethod(internal::InputMethodDelegate* delegate,
60 g_shared_input_method = CreateInputMethod(NULL, NULL);
  /external/chromium_org/ui/views/corewm/
input_method_event_filter.cc 20 : input_method_(ui::CreateInputMethod(this, widget)),
  /external/chromium_org/ui/views/widget/
native_widget_private.h 137 virtual InputMethod* CreateInputMethod() = 0;
native_widget_aura.h 70 virtual InputMethod* CreateInputMethod() OVERRIDE;
native_widget_win.h 91 virtual InputMethod* CreateInputMethod() OVERRIDE;
widget.cc 723 input_method_ = const_cast<Widget*>(this)->CreateInputMethod().Pass();
    [all...]
widget.h 749 scoped_ptr<InputMethod> CreateInputMethod();
    [all...]
native_widget_aura.cc 270 InputMethod* NativeWidgetAura::CreateInputMethod() {
    [all...]
native_widget_win.cc 213 InputMethod* NativeWidgetWin::CreateInputMethod() {
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 56 input_method_(ui::CreateInputMethod(NULL,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 97 virtual InputMethod* CreateInputMethod() OVERRIDE;
desktop_native_widget_aura.cc 369 InputMethod* DesktopNativeWidgetAura::CreateInputMethod() {

Completed in 122 milliseconds