Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

132     ContentSettingsType content_type) const {
138 (*provider)->ProvideDefaultSetting(content_type);
151 ContentSettingsType content_type,
154 content_type,
157 return GetDefaultContentSetting(content_type);
163 ContentSettingsType content_type,
175 url, url, content_type, resource_identifier);
176 bool isManaged = (*provider)->ContentSettingsTypeIsManaged(content_type);
214 ContentSettingsType content_type,
220 // Collect content_settings::Rules for the given content_type and
232 content_type, resource_identifier, &rules);
250 ContentSettingsType content_type,
255 (*provider)->UpdateDefaultSetting(content_type, setting);
261 ContentSettingsType content_type,
268 pattern, pattern, content_type, resource_identifier, setting);
274 ContentSettingsType content_type,
280 content_type,
284 content_type,
290 ContentSettingsType content_type) {
294 (*provider)->ClearAllContentSettingsRules(content_type);
437 ContentSettingsType content_type) const {
441 if ((*provider)->DefaultSettingIsManaged(content_type))