Home | History | Annotate | Download | only in content_settings

Lines Matching defs:content_type

43                        ContentSettingsType* content_type) {
50 *content_type =
53 return *content_type != CONTENT_SETTINGS_TYPE_DEFAULT;
64 ContentSettingsType content_type;
65 EXTENSION_FUNCTION_VALIDATE(RemoveContentType(args_.get(), &content_type));
98 ContentSettingsType content_type;
99 EXTENSION_FUNCTION_VALIDATE(RemoveContentType(args_.get(), &content_type));
152 if (content_type == CONTENT_SETTINGS_TYPE_COOKIES) {
158 setting = map->GetContentSetting(primary_url, secondary_url, content_type,
172 ContentSettingsType content_type;
173 EXTENSION_FUNCTION_VALIDATE(RemoveContentType(args_.get(), &content_type));
210 GetProfile()->GetPrefs(), setting, content_type));
244 secondary_pattern, content_type,
250 ContentSettingsType content_type;
251 EXTENSION_FUNCTION_VALIDATE(RemoveContentType(args_.get(), &content_type));
253 if (content_type != CONTENT_SETTINGS_TYPE_PLUGINS) {