Searched refs:source_dict (Results 1 – 2 of 2) sorted by relevance
85 DictionaryValue* source_dict = new DictionaryValue(); in EntryToDictionaryValue() local86 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()
1411 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in GetExtensionControlledPrefs() local1412 if (source_dict->GetDictionary(key, &preferences)) in GetExtensionControlledPrefs()1420 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in GetExtensionControlledPrefs() local1421 source_dict->GetDictionary(key, &preferences); in GetExtensionControlledPrefs()1434 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref); in InitPrefStore() local1438 if (!source_dict->GetDictionary(key, NULL)) in InitPrefStore()