Home | History | Annotate | Download | only in website_settings

Lines Matching defs:setting

19 // button if the permission setting is managed by policy.
32 // button if the permission setting is managed by an extension.
45 // button if the permission setting is managed by the user.
58 // button if the permission setting is the global default setting.
78 setting(CONTENT_SETTING_DEFAULT),
157 ContentSetting setting,
160 ContentSetting effective_setting = setting;
167 if (setting == CONTENT_SETTING_DEFAULT)
191 ContentSetting setting) {
192 bool use_blocked = (setting == CONTENT_SETTING_BLOCK);
246 ContentSetting setting = info.setting;
247 if (setting == CONTENT_SETTING_DEFAULT)
248 setting = info.default_setting;
250 return rb.GetNativeImageNamed(GetPermissionIconID(info.type, setting));