Searched refs:source_dict (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dnet_log.cc85 DictionaryValue* source_dict = new DictionaryValue(); local
86 source_dict->SetInteger("id", source.id);
88 source_dict->SetInteger("type", static_cast<int>(source.type));
90 source_dict->SetString("type",
93 entry_dict->Set("source", source_dict);
/external/chromium_org/net/base/
H A Dnet_log.cc105 base::DictionaryValue* source_dict; 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", source_.id);
131 source_dict->SetInteger("type", static_cast<int>(source_.type));
132 entry_dict->Set("source", source_dict);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dgenerate_make.py53 def GetProjectObjects(source_dict):
56 for src in source_dict[key]:
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc1411 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); local
1412 if (source_dict->GetDictionary(key, &preferences))
1420 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); local
1421 source_dict->GetDictionary(key, &preferences);
1434 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); local
1438 if (!source_dict->GetDictionary(key, NULL))
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dpreference_api.cc427 const DictionaryValue* source_dict = prefs->pref_service()-> local
430 if (!source_dict->GetDictionary(key, &preferences))

Completed in 138 milliseconds