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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_override_provider.cc 105 base::DictionaryValue* default_settings_dictionary = update.Get(); local
108 default_settings_dictionary->RemoveWithoutPathExpansion(
112 default_settings_dictionary->SetWithoutPathExpansion(
content_settings_default_provider.cc 220 base::DictionaryValue* default_settings_dictionary = update.Get(); local
231 default_settings_dictionary->RemoveWithoutPathExpansion(
235 // Transfer ownership of |value| to the |default_settings_dictionary|.
236 default_settings_dictionary->SetWithoutPathExpansion(
300 const base::DictionaryValue* default_settings_dictionary = local
307 if (default_settings_dictionary)
308 GetSettingsFromDictionary(default_settings_dictionary);

Completed in 87 milliseconds