OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:email_list
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc
132
ListValue*
email_list
= NULL;
local
133
if (!entry_dictionary->GetList("gd$email", &
email_list
))
137
if (!IsUserEntry(
email_list
))
151
bool UserImageDownloader::IsUserEntry(ListValue*
email_list
) const {
152
for (size_t i = 0; i <
email_list
->GetSize(); ++i) {
154
if (!
email_list
->GetDictionary(i, &email_dictionary))
user_image_downloader.h
60
bool IsUserEntry(ListValue*
email_list
) const;
Completed in 67 milliseconds