HomeSort by relevance Sort by last modified time
    Searched refs:resource_dictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 266 DictionaryValue* resource_dictionary = NULL; local
268 res_dictionary_path, &resource_dictionary);
272 resource_dictionary = new DictionaryValue;
273 settings_dictionary->Set(res_dictionary_path, resource_dictionary);
277 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
279 if (resource_dictionary->empty()) {
284 resource_dictionary->SetWithoutPathExpansion(
417 const DictionaryValue* resource_dictionary = NULL; local
419 res_dictionary_path, &resource_dictionary)) {
420 for (DictionaryValue::Iterator j(*resource_dictionary); !j.IsAtEnd()
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 466 DictionaryValue* resource_dictionary = NULL; local
468 dictionary_path, &resource_dictionary);
470 resource_dictionary = new DictionaryValue;
471 host_settings_dictionary->Set(dictionary_path, resource_dictionary);
474 resource_dictionary->RemoveWithoutPathExpansion(resource_identifier,
477 resource_dictionary->SetWithoutPathExpansion(
740 DictionaryValue* resource_dictionary = NULL; local
742 &resource_dictionary);
744 for (DictionaryValue::key_iterator j(resource_dictionary->begin_keys());
745 j != resource_dictionary->end_keys(); ++j)
    [all...]

Completed in 639 milliseconds