Home
last modified time | relevance | path

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

/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,