Searched refs:host_settings (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc168 ContentSettingsForOneType host_settings; local
170 CONTENT_SETTINGS_TYPE_IMAGES, std::string(), &host_settings);
171 // |host_settings| contains the default setting and an exception.
172 EXPECT_EQ(2U, host_settings.size());
174 CONTENT_SETTINGS_TYPE_PLUGINS, std::string(), &host_settings);
175 // |host_settings| contains the default setting and 2 exceptions.
176 EXPECT_EQ(3U, host_settings.size());
178 CONTENT_SETTINGS_TYPE_POPUPS, std::string(), &host_settings);
179 // |host_settings| contains only the default setting.
180 EXPECT_EQ(1U, host_settings
219 ContentSettingsForOneType host_settings; local
[all...]
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc536 ContentSettingsForOneType host_settings; local
538 content_type, std::string(), &host_settings);
539 EXPECT_EQ(2U, host_settings.size());
568 ContentSettingsForOneType host_settings; local
570 content_type, std::string(), &host_settings);
571 EXPECT_EQ(1U, host_settings.size());

Completed in 93 milliseconds