Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc308 static HashType* english_to_resource_id = NULL; in GetLocalizedString() local
309 if (!english_to_resource_id) { in GetLocalizedString()
311 english_to_resource_id = new HashType(kEnglishToResourceIdArraySize); in GetLocalizedString()
314 const bool result = english_to_resource_id->insert(std::make_pair( in GetLocalizedString()
341 HashType::const_iterator iter = english_to_resource_id->find(english_string); in GetLocalizedString()
342 if (iter == english_to_resource_id->end()) { in GetLocalizedString()