Home | History | Annotate | Download | only in extensions

Lines Matching refs:GetDictionary

127     if (!dict->GetDictionary(extension_id_, &extension)) {
153 if (!dict->GetDictionary(key, &preferences)) {
174 prefs->GetDictionary(ExtensionPrefs::kExtensionsPref);
275 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
348 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
517 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
608 return ReadTime(prefs_->GetDictionary(kExtensionsBlacklistUpdate),
987 !extension_dict->GetDictionary(kPrefManifest, &old_manifest) ||
998 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
1033 const DictionaryValue* dict = prefs_->GetDictionary(kExtensionsPref);
1037 dict->GetDictionary(extension_id, &extension);
1094 !ext->GetDictionary(kPrefManifest, &manifest)) {
1179 if (!extension_prefs->GetDictionary(kIdleInstallInfo, &info))
1213 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
1229 if (extension_prefs->GetDictionary(kIdleInstallInfo, NULL))
1265 const DictionaryValue* extensions = prefs_->GetDictionary(kExtensionsPref);
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))