Home | History | Annotate | Download | only in content_settings

Lines Matching defs:setting

61   ContentSetting setting;
156 // Preferences for default content setting policies. If a policy is not set of
218 // setting is managed and to hold the managed default setting value. If the
220 // default content setting is managed. These preferences exist in parallel to
295 kPrefsForManagedContentSettingsMap[i].setting));
346 VLOG(1) << "Ignoring invalid certificate auto select setting. Reason:"
360 VLOG(1) << "Ignoring invalid certificate auto select setting. Reason:"
369 VLOG(1) << "Ignoring invalid certificate auto select setting:"
395 // If a pref to manage a default-content-setting was not set (NOTICE:
405 int setting = prefs_->GetInteger(kPrefToManageType[content_type]);
406 if (setting == CONTENT_SETTING_DEFAULT) {
417 new base::FundamentalValue(setting));