Home
last modified time | relevance | path

Searched refs:ContentTypeHasCompoundValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map.cc212 DCHECK(!ContentTypeHasCompoundValue(content_type)); in GetContentSetting()
297 DCHECK(!ContentTypeHasCompoundValue(content_type)); in SetContentSetting()
316 DCHECK(!ContentTypeHasCompoundValue(content_type)); in AddExceptionForURL()
345 return ContentTypeHasCompoundValue(type) || IsSettingAllowedForType( in IsValueAllowedForType()
396 bool HostContentSettingsMap::ContentTypeHasCompoundValue( in ContentTypeHasCompoundValue() function in HostContentSettingsMap
503 if (ContentTypeHasCompoundValue(content_type) && in AddSettingsForOneType()
Dhost_content_settings_map.h170 static bool ContentTypeHasCompoundValue(ContentSettingsType type);
Dcontent_settings_pref_provider.cc436 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) { in ReadContentSettingsFromPref()
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_resetter_unittest.cc394 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) && in TEST_F()
423 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) || in TEST_F()
433 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) { in TEST_F()