HomeSort by relevance Sort by last modified time
    Searched refs:ContentTypeHasCompoundValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc 215 DCHECK(!ContentTypeHasCompoundValue(content_type));
300 DCHECK(!ContentTypeHasCompoundValue(content_type));
319 DCHECK(!ContentTypeHasCompoundValue(content_type));
348 return ContentTypeHasCompoundValue(type) || IsSettingAllowedForType(
405 bool HostContentSettingsMap::ContentTypeHasCompoundValue(
518 if (ContentTypeHasCompoundValue(content_type) &&
host_content_settings_map.h 170 static bool ContentTypeHasCompoundValue(ContentSettingsType type);
content_settings_pref_provider.cc 437 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) {
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 523 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) &&
552 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) ||
562 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) {
    [all...]

Completed in 144 milliseconds