Home
last modified time | relevance | path

Searched refs:IsSettingAllowedForType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map.cc253 DCHECK(IsSettingAllowedForType(prefs_, setting, content_type)); in SetDefaultContentSetting()
345 return ContentTypeHasCompoundValue(type) || IsSettingAllowedForType( in IsValueAllowedForType()
350 bool HostContentSettingsMap::IsSettingAllowedForType( in IsSettingAllowedForType() function in HostContentSettingsMap
Dhost_content_settings_map.h165 static bool IsSettingAllowedForType(PrefService* prefs,
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_resetter.cc178 if (HostContentSettingsMap::IsSettingAllowedForType( in ResetContentSettings()
Dprofile_resetter_unittest.cc386 if (HostContentSettingsMap::IsSettingAllowedForType( in TEST_F()
395 HostContentSettingsMap::IsSettingAllowedForType( in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/content_settings/
Dcontent_settings_api.cc211 EXTENSION_FUNCTION_VALIDATE(HostContentSettingsMap::IsSettingAllowedForType( in RunImpl()