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

  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 167 ContentSettingsForOneType host_settings; local
169 CONTENT_SETTINGS_TYPE_IMAGES, std::string(), &host_settings);
170 // |host_settings| contains the default setting and an exception.
171 EXPECT_EQ(2U, host_settings.size());
173 CONTENT_SETTINGS_TYPE_PLUGINS, std::string(), &host_settings);
174 // |host_settings| contains the default setting and 2 exceptions.
175 EXPECT_EQ(3U, host_settings.size());
177 CONTENT_SETTINGS_TYPE_POPUPS, std::string(), &host_settings);
178 // |host_settings| contains only the default setting.
179 EXPECT_EQ(1U, host_settings.size())
218 ContentSettingsForOneType host_settings; local
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 534 ContentSettingsForOneType host_settings; local
536 content_type, std::string(), &host_settings);
537 EXPECT_EQ(2U, host_settings.size());
572 ContentSettingsForOneType host_settings; local
574 content_type, std::string(), &host_settings);
575 EXPECT_EQ(1U, host_settings.size());
    [all...]

Completed in 200 milliseconds