OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:most_popular_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util.cc
548
std::string
most_popular_id
;
local
556
if (
most_popular_id
.empty())
557
most_popular_id
= input_method_id;
570
most_popular_id
= input_method_id;
576
if (
most_popular_id
!= current_input_method.id() &&
578
most_popular_id
!= "english-m") {
579
out_input_method_ids->push_back(
most_popular_id
);
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc
603
std::string
most_popular_id
;
local
611
if (
most_popular_id
.empty())
612
most_popular_id
= input_method_id;
624
most_popular_id
= input_method_id;
630
if (
most_popular_id
!= current_input_method.id) {
631
out_input_method_ids->push_back(
most_popular_id
);
Completed in 28 milliseconds