Searched defs:source_dict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_log.cc105 base::DictionaryValue* source_dict = NULL; local
110 !dict->GetDictionary("source_dependency", &source_dict) ||
111 !source_dict->GetInteger("id", &source_id) ||
112 !source_dict->GetInteger("type", &source_type)) {
129 base::DictionaryValue* source_dict = new base::DictionaryValue(); local
130 source_dict->SetInteger("id", data_->source.id);
131 source_dict->SetInteger("type", static_cast<int>(data_->source.type));
132 entry_dict->Set("source", source_dict);
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc250 const base::DictionaryValue* source_dict = local
253 if (!source_dict->GetDictionary(key, &preferences))

Completed in 104 milliseconds