OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phone_list
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.cc
307
const ListValue*
phone_list
= NULL;
local
308
if (dict.GetList(kPhoneField, &
phone_list
)) {
309
for (size_t i = 0; i <
phone_list
->GetSize(); ++i) {
311
if (!
phone_list
->GetDictionary(i, &phone_dict))
[
all
...]
Completed in 145 milliseconds