Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_manager_impl.cc646 std::vector<std::string> input_methods_to_be_enabled; in SetInputMethodLoginDefault() local
649 input_methods_to_be_enabled = util_.GetHardwareLoginInputMethodIds(); in SetInputMethodLoginDefault()
651 input_methods_to_be_enabled.push_back(initial_input_method_id); in SetInputMethodLoginDefault()
653 EnableLoginLayouts(locale, input_methods_to_be_enabled); in SetInputMethodLoginDefault()