Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc603 std::string most_popular_id; in GetFirstLoginInputMethodIds() local
611 if (most_popular_id.empty()) in GetFirstLoginInputMethodIds()
612 most_popular_id = input_method_id; in GetFirstLoginInputMethodIds()
624 most_popular_id = input_method_id; in GetFirstLoginInputMethodIds()
630 if (most_popular_id != current_input_method.id) { in GetFirstLoginInputMethodIds()
631 out_input_method_ids->push_back(most_popular_id); in GetFirstLoginInputMethodIds()