Searched refs:ExtendedContentSettings (Results 1 – 3 of 3) sorted by relevance
23 struct ExtendedContentSettings { struct24 ExtendedContentSettings();25 ExtendedContentSettings(const ExtendedContentSettings& rhs);26 ~ExtendedContentSettings();33 typedef std::map<std::string, ExtendedContentSettings> HostContentSettings; argument85 bool AllDefault(const ExtendedContentSettings& settings) const;
32 ExtendedContentSettings::ExtendedContentSettings() {} in ExtendedContentSettings() function in content_settings::ExtendedContentSettings34 ExtendedContentSettings::ExtendedContentSettings( in ExtendedContentSettings() function in content_settings::ExtendedContentSettings35 const ExtendedContentSettings& rhs) in ExtendedContentSettings()40 ExtendedContentSettings::~ExtendedContentSettings() {} in ~ExtendedContentSettings()59 const ExtendedContentSettings& settings) const { in AllDefault()238 ExtendedContentSettings& extended_settings = in UpdateContentSettingsMap()
647 ExtendedContentSettings extended_settings; in ReadExceptions()