Home
last modified time | relevance | path

Searched refs:ExtendedContentSettings (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_base_provider.h23 struct ExtendedContentSettings { struct
24 ExtendedContentSettings();
25 ExtendedContentSettings(const ExtendedContentSettings& rhs);
26 ~ExtendedContentSettings();
33 typedef std::map<std::string, ExtendedContentSettings> HostContentSettings; argument
85 bool AllDefault(const ExtendedContentSettings& settings) const;
Dcontent_settings_base_provider.cc32 ExtendedContentSettings::ExtendedContentSettings() {} in ExtendedContentSettings() function in content_settings::ExtendedContentSettings
34 ExtendedContentSettings::ExtendedContentSettings( in ExtendedContentSettings() function in content_settings::ExtendedContentSettings
35 const ExtendedContentSettings& rhs) in ExtendedContentSettings()
40 ExtendedContentSettings::~ExtendedContentSettings() {} in ~ExtendedContentSettings()
59 const ExtendedContentSettings& settings) const { in AllDefault()
238 ExtendedContentSettings& extended_settings = in UpdateContentSettingsMap()
Dcontent_settings_pref_provider.cc647 ExtendedContentSettings extended_settings; in ReadExceptions()