Searched defs:ExtendedContentSettings (Results 1 - 2 of 2) sorted by relevance

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

Completed in 178 milliseconds