Searched refs:source_dict (Results 1 - 3 of 3) 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/native_client_sdk/src/build_tools/
H A Dgenerate_make.py60 def GetProjectObjects(source_dict):
63 for src in source_dict[key]:
/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 160 milliseconds