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

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc267 base::DictionaryValue* resource_dictionary = NULL; local
269 res_dictionary_path, &resource_dictionary);
273 resource_dictionary = new base::DictionaryValue;
274 settings_dictionary->Set(res_dictionary_path, resource_dictionary);
278 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
280 if (resource_dictionary->empty()) {
285 resource_dictionary->SetWithoutPathExpansion(
419 const base::DictionaryValue* resource_dictionary = NULL; local
421 res_dictionary_path, &resource_dictionary)) {
422 for (base::DictionaryValue::Iterator j(*resource_dictionary);
[all...]

Completed in 510 milliseconds