Home | History | Annotate | Download | only in content_settings

Lines Matching defs:setting

133   ContentSetting setting = CONTENT_SETTING_DEFAULT;
140 setting = provided_setting;
145 CHECK_NE(CONTENT_SETTING_DEFAULT, setting);
146 return setting;
153 ContentSetting setting = GetNonDefaultContentSetting(url,
156 if (setting == CONTENT_SETTING_DEFAULT)
158 return setting;
169 // setting is found.
190 // A managed default content setting has the highest priority and hence
251 ContentSetting setting) {
255 (*provider)->UpdateDefaultSetting(content_type, setting);
263 ContentSetting setting) {
268 pattern, pattern, content_type, resource_identifier, setting);
276 ContentSetting setting) {
286 setting);
301 // This setting may not be directly modified for OTR sessions. Instead, it
302 // is synced to the main profile's setting.
330 // This setting may not be directly modified for OTR sessions. Instead, it
331 // is synced to the main profile's setting.