Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

49     ContentSettingsType content_type) const {
52 return kRequiresResourceIdentifier[content_type];
70 ContentSettingsType content_type,
75 if (!RequiresResourceIdentifier(content_type) ||
76 (RequiresResourceIdentifier(content_type) && resource_identifier.empty()))
77 return GetNonDefaultContentSettings(requesting_url).settings[content_type];
89 requested_setting(content_type, resource_identifier);
142 ContentSettingsType content_type,
151 content_type, resource_identifier);
157 if (RequiresResourceIdentifier(content_type)) {
166 setting = i->second.content_settings.settings[content_type];
233 ContentSettingsType content_type,
240 extended_settings.content_settings.settings[content_type] = content_setting;
244 ContentSetting BaseProvider::ClickToPlayFixup(ContentSettingsType content_type,
247 content_type == CONTENT_SETTINGS_TYPE_PLUGINS &&