HomeSort by relevance Sort by last modified time
    Searched refs:settings_map (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 261 const HostContentSettingsMap* settings_map = GetContentSettingsMap(); local
263 settings_map->BlockThirdPartyCookies()));
637 HostContentSettingsMap* settings_map = local
642 if (settings_map) {
643 settings_map->SetContentSetting(
670 HostContentSettingsMap* settings_map = local
676 if (!settings_map)
679 settings_map->SetContentSetting(ContentSettingsPattern(pattern),
  /external/chromium/chrome/browser/
content_setting_bubble_model.cc 467 GeolocationContentSettingsMap* settings_map = variable
471 settings_map->SetContentSetting(it->first, embedder_url,

Completed in 1022 milliseconds