OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contact_strings
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_test_util.cc
114
std::vector<std::string>
contact_strings
;
local
116
contact_strings
.push_back(ContactToString(*contacts[i]));
117
std::sort(
contact_strings
.begin(),
contact_strings
.end());
118
return JoinString(
contact_strings
, '\n');
Completed in 212 milliseconds