Home
last modified time | relevance | path

Searched refs:TextInputModeMapSingleton (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/
Drender_widget.cc115 class TextInputModeMapSingleton { class
117 static TextInputModeMapSingleton* GetInstance() { in GetInstance()
118 return Singleton<TextInputModeMapSingleton>::get(); in GetInstance()
120 TextInputModeMapSingleton() { in TextInputModeMapSingleton() function in __anonc8be2af60111::TextInputModeMapSingleton
137 friend struct DefaultSingletonTraits<TextInputModeMapSingleton>;
139 DISALLOW_COPY_AND_ASSIGN(TextInputModeMapSingleton);
143 static TextInputModeMapSingleton* singleton = in ConvertInputMode()
144 TextInputModeMapSingleton::GetInstance(); in ConvertInputMode()