Searched refs:InstantServiceTest (Results 1 – 2 of 2) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/search/ |
H A D | instant_service_unittest.cc | 95 using InstantServiceTest = InstantUnitTestBase; typedef 97 TEST_F(InstantServiceTest, GetNTPTileSuggestion) { in TEST_F() argument 169 TEST_F(InstantServiceTest, in TEST_F() argument 186 TEST_F(InstantServiceTest, IsCustomLinksEnabled) { in TEST_F() argument 205 TEST_F(InstantServiceTest, SetCustomBackgroundURL) { in TEST_F() argument 234 TEST_F(InstantServiceTest, SetCustomBackgroundInfo) { in TEST_F() argument 315 TEST_F(InstantServiceTest, in TEST_F() argument 426 TEST_F(InstantServiceTest, SetLocalImage) { in TEST_F() argument 485 TEST_F(InstantServiceTest, ValidateBackdropUrls) { in TEST_F() argument 518 TEST_F(InstantServiceTest, TestNoNtpTheme) { in TEST_F() argument [all …]
|
H A D | instant_service.h | 215 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, GetNTPTileSuggestion); 216 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, 218 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, DoesToggleShortcutsVisibility); 219 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, IsCustomLinksEnabled); 220 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, TestNoNtpTheme); 221 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, TestUpdateCustomBackgroundColor); 222 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, 224 FRIEND_TEST_ALL_PREFIXES(InstantServiceTest, RefreshesBackgroundAfter24Hours);
|