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

  /external/chromium/chrome/browser/
collected_cookies_uitest.cc 40 ASSERT_TRUE(browser->SetDefaultContentSetting(CONTENT_SETTINGS_TYPE_COOKIES,
68 ASSERT_TRUE(browser->SetDefaultContentSetting(CONTENT_SETTINGS_TYPE_COOKIES,
content_setting_image_model_unittest.cc 52 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting(
content_setting_bubble_model_unittest.cc 177 setting_map->SetDefaultContentSetting(CONTENT_SETTING_ALLOW);
185 setting_map->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h 70 void SetDefaultContentSetting(ContentSetting setting);
geolocation_content_settings_map_unittest.cc 73 map->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
240 map->SetDefaultContentSetting(CONTENT_SETTING_ALLOW);
294 // SetDefaultContentSetting method.
295 map->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
geolocation_content_settings_map.cc 138 void GeolocationContentSettingsMap::SetDefaultContentSetting(
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.h 102 void SetDefaultContentSetting(ContentSetting setting);
desktop_notification_service.cc 421 void DesktopNotificationService::SetDefaultContentSetting(
423 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting(
433 profile_->GetHostContentSettingsMap()->SetDefaultContentSetting(
desktop_notification_service_unittest.cc 129 service_->SetDefaultContentSetting(CONTENT_SETTING_BLOCK);
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.h 110 void SetDefaultContentSetting(ContentSettingsType content_type,