Searched defs:HostContentSettingsMap (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map.cc66 HostContentSettingsMap::NUM_PROVIDER_TYPES,
77 HostContentSettingsMap::HostContentSettingsMap(PrefService* prefs, function in class:HostContentSettingsMap
110 void HostContentSettingsMap::RegisterProfilePrefs(
128 void HostContentSettingsMap::RegisterProvider(
146 ContentSetting HostContentSettingsMap::GetDefaultContentSettingFromProvider(
163 ContentSetting HostContentSettingsMap::GetDefaultContentSetting(
188 ContentSetting HostContentSettingsMap::GetContentSetting(
199 void HostContentSettingsMap::GetSettingsForOneType(
233 void HostContentSettingsMap
[all...]
H A Dhost_content_settings_map.h47 class HostContentSettingsMap class in inherits:content_settings::Observer,base::RefCountedThreadSafe
49 public base::RefCountedThreadSafe<HostContentSettingsMap> {
64 HostContentSettingsMap(PrefService* prefs, bool incognito);
189 // Detaches the HostContentSettingsMap from all Profile-related objects like
288 friend class base::RefCountedThreadSafe<HostContentSettingsMap>;
296 virtual ~HostContentSettingsMap();
359 DISALLOW_COPY_AND_ASSIGN(HostContentSettingsMap);

Completed in 98 milliseconds