Home | History | Annotate | Download | only in browser

Lines Matching defs:setting

177       ContentSetting setting =
182 AddException(setting, std::string());
186 AddException(setting, *it);
201 // Initialize the radio group by setting the appropriate labels for the
202 // content type and setting the default value based on the content setting.
278 ContentSetting setting = map->GetContentSetting(url,
281 if (setting == CONTENT_SETTING_BLOCK) {
285 if (setting == CONTENT_SETTING_ASK)
300 void AddException(ContentSetting setting,
304 setting);