OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_dictionary
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
user_image_downloader.cc
128
DictionaryValue*
entry_dictionary
= NULL;
local
129
if (!entry_list->GetDictionary(i, &
entry_dictionary
))
133
if (!
entry_dictionary
->GetList("gd$email", &email_list))
141
if (!
entry_dictionary
->GetList("link", &link_list))
/external/chromium_org/sync/protocol/
proto_value_conversions_unittest.cc
303
const base::DictionaryValue*
entry_dictionary
= NULL;
local
309
if (!entities_list->GetDictionary(0, &
entry_dictionary
))
312
return
entry_dictionary
->GetDictionary("specifics",
Completed in 52 milliseconds