Home | History | Annotate | Download | only in input_method

Lines Matching refs:input_method

5 #include "chrome/browser/chromeos/input_method/input_method_util.h"
68 const chromeos::InputMethodDescriptor& input_method =
71 chromeos::input_method::GetLanguageCodeFromDescriptor(input_method);
73 library->GetKeyboardOverlayId(input_method.id);
75 std::make_pair(language_code, input_method.id));
78 std::make_pair(input_method.id, language_code));
80 std::make_pair(input_method.id, input_method));
82 std::make_pair(input_method.keyboard_layout, keyboard_overlay_id));
86 using chromeos::input_method::kExtraLanguages;
95 const chromeos::InputMethodDescriptor& input_method = iter->second;
97 library->GetKeyboardOverlayId(input_method.id);
99 std::make_pair(language_code, input_method.id));
101 std::make_pair(input_method.keyboard_layout, keyboard_overlay_id));
291 chromeos::input_method::GetLanguageDisplayNameFromCode(s1);
293 chromeos::input_method::GetLanguageDisplayNameFromCode(s2);
366 namespace input_method {
606 input_method::GetInputMethodIdsFromLanguageCode(
607 language_code, input_method::kAllInputMethods, &input_method_ids);
642 const InputMethodDescriptor* input_method =
644 if (!input_method) {
649 GetLanguageCodeFromDescriptor(*input_method);
740 } // namespace input_method