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