HomeSort by relevance Sort by last modified time
    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