Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

28   // |content_type|, or CONTENT_SETTING_DEFAULT if nothing be provided for this
31 ContentSettingsType content_type) const = 0;
34 // update the default setting for the given |content_type|. The provider may
36 virtual void UpdateDefaultSetting(ContentSettingsType content_type,
42 // True if the default setting for the |content_type| is policy managed, i.e.,
45 ContentSettingsType content_type) const = 0;
71 // |content_type|.
73 ContentSettingsType content_type) = 0;
84 ContentSettingsType content_type,
88 // |embedding_pattern|, |content_type| tuple. For ContentSettingsTypes that
96 ContentSettingsType content_type,
110 ContentSettingsType content_type,
114 // Resets all content settings for the given |content_type| to
117 // |content_type| will be reset to CONTENT_SETTING_DEFAULT.
121 ContentSettingsType content_type) = 0;