Home | History | Annotate | Download | only in content_settings

Lines Matching refs:content_type

10     ContentSettingsType content_type,
14 : content_type_(content_type),
24 ContentSettingsType content_type) const {
25 return content_type == content_type_ ? setting_ : CONTENT_SETTING_DEFAULT;
29 ContentSettingsType content_type,
31 if (can_override_ && content_type == content_type_)
36 ContentSettingsType content_type) const {
37 return content_type == content_type_ && is_managed_;
54 ContentSettingsType content_type,
61 content_type_(content_type),
72 ContentSettingsType content_type,
75 content_type_ == content_type &&
85 ContentSettingsType content_type,
92 content_type_ = content_type;