Home
last modified time | relevance | path

Searched refs:source_dict (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dnet_log.cc85 DictionaryValue* source_dict = new DictionaryValue(); in EntryToDictionaryValue() local
86 source_dict->SetInteger("id", source.id); in EntryToDictionaryValue()
88 source_dict->SetInteger("type", static_cast<int>(source.type)); in EntryToDictionaryValue()
90 source_dict->SetString("type", in EntryToDictionaryValue()
93 entry_dict->Set("source", source_dict); in EntryToDictionaryValue()
/external/chromium/chrome/browser/extensions/
Dextension_prefs.cc1411 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in GetExtensionControlledPrefs() local
1412 if (source_dict->GetDictionary(key, &preferences)) in GetExtensionControlledPrefs()
1420 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in GetExtensionControlledPrefs() local
1421 source_dict->GetDictionary(key, &preferences); in GetExtensionControlledPrefs()
1434 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in InitPrefStore() local
1438 if (!source_dict->GetDictionary(key, NULL)) in InitPrefStore()