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 212 DCHECK(!ContentTypeHasCompoundValue(content_type));
297 DCHECK(!ContentTypeHasCompoundValue(content_type));
317 DCHECK(!ContentTypeHasCompoundValue(content_type));
346 return ContentTypeHasCompoundValue(type) || IsSettingAllowedForType(
397 bool HostContentSettingsMap::ContentTypeHasCompoundValue(
504 if (ContentTypeHasCompoundValue(content_type) &&
host_content_settings_map.h 173 static bool ContentTypeHasCompoundValue(ContentSettingsType type);
content_settings_pref_provider.cc 436 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) {
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 391 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) &&
420 if (HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) ||
430 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type)) {

Completed in 254 milliseconds