Home | History | Annotate | Download | only in extensions

Lines Matching refs:source_dict

1411     const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1412 if (source_dict->GetDictionary(key, &preferences))
1420 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1421 source_dict->GetDictionary(key, &preferences);
1434 const DictionaryValue* source_dict = prefs_->GetDictionary(kExtensionsPref);
1438 if (!source_dict->GetDictionary(key, NULL))