Searched refs:TextInputModeMapSingleton (Results 1 – 1 of 1) sorted by relevance
115 class TextInputModeMapSingleton { class117 static TextInputModeMapSingleton* GetInstance() { in GetInstance()118 return Singleton<TextInputModeMapSingleton>::get(); in GetInstance()120 TextInputModeMapSingleton() { in TextInputModeMapSingleton() function in __anonc8be2af60111::TextInputModeMapSingleton137 friend struct DefaultSingletonTraits<TextInputModeMapSingleton>;139 DISALLOW_COPY_AND_ASSIGN(TextInputModeMapSingleton);143 static TextInputModeMapSingleton* singleton = in ConvertInputMode()144 TextInputModeMapSingleton::GetInstance(); in ConvertInputMode()