Home | History | Annotate | Download | only in content_settings

Lines Matching defs:setting

151   ContentSetting setting;
153 // TODO(jochen): Do we return the value for setting or for reading cookies?
155 setting = cookie_settings->GetCookieSetting(primary_url, secondary_url,
158 setting = map->GetContentSetting(primary_url, secondary_url, content_type,
164 helpers::ContentSettingToString(setting));
205 params->details.setting->GetAsString(&setting_str));
206 ContentSetting setting;
208 helpers::StringToContentSetting(setting_str, &setting));
210 GetProfile()->GetPrefs(), setting, content_type));
245 resource_identifier, setting, scope);