Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_util.cc488 const std::string& normalized_language_code, in GetInputMethodIdsFromLanguageCode() argument
493 normalized_language_code, type, out_input_method_ids); in GetInputMethodIdsFromLanguageCode()
498 const std::string& normalized_language_code, in GetInputMethodIdsFromLanguageCodeInternal() argument
507 language_code_to_ids.equal_range(normalized_language_code); in GetInputMethodIdsFromLanguageCodeInternal()
517 DVLOG(1) << "Unknown language code: " << normalized_language_code; in GetInputMethodIdsFromLanguageCodeInternal()
Dinput_method_util.h118 const std::string& normalized_language_code,
/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc555 const std::string& normalized_language_code, in GetInputMethodIdsFromLanguageCode() argument
560 normalized_language_code, type, out_input_method_ids); in GetInputMethodIdsFromLanguageCode()
565 const std::string& normalized_language_code, in GetInputMethodIdsFromLanguageCodeInternal() argument
574 language_code_to_ids.equal_range(normalized_language_code); in GetInputMethodIdsFromLanguageCodeInternal()
584 LOG(ERROR) << "Unknown language code: " << normalized_language_code; in GetInputMethodIdsFromLanguageCodeInternal()
Dinput_method_util.h196 const std::string& normalized_language_code,