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

  /external/chromium_org/ui/base/ime/
input_method_factory.h 27 // If no factory was set, sets the DefaultInputMethodFactory by default. Once
52 class DefaultInputMethodFactory : public InputMethodFactory {
55 static DefaultInputMethodFactory* GetInstance();
63 DefaultInputMethodFactory() {}
65 friend struct DefaultSingletonTraits<DefaultInputMethodFactory>;
67 DISALLOW_COPY_AND_ASSIGN(DefaultInputMethodFactory);
input_method_factory.cc 38 SetInstance(DefaultInputMethodFactory::GetInstance());
57 // DefaultInputMethodFactory
60 DefaultInputMethodFactory* DefaultInputMethodFactory::GetInstance() {
61 return Singleton<DefaultInputMethodFactory>::get();
64 scoped_ptr<InputMethod> DefaultInputMethodFactory::CreateInputMethod(

Completed in 55 milliseconds