Searched refs:DownloadTest (Results 1 – 5 of 5) sorted by relevance
428 class DownloadTest : public InProcessBrowserTest { class451 DownloadTest() {} in DownloadTest() function in DownloadTest1130 IN_PROC_BROWSER_TEST_F(DownloadTest, DownloadMimeType) { in IN_PROC_BROWSER_TEST_F() argument1146 IN_PROC_BROWSER_TEST_F(DownloadTest, CheckInternetZone) { in IN_PROC_BROWSER_TEST_F() argument1166 IN_PROC_BROWSER_TEST_F(DownloadTest, DownloadMimeTypeSelect) { in IN_PROC_BROWSER_TEST_F() argument1198 IN_PROC_BROWSER_TEST_F(DownloadTest, NoDownload) { in IN_PROC_BROWSER_TEST_F() argument1214 IN_PROC_BROWSER_TEST_F(DownloadTest, MimeTypesToShowNotDownload) { in IN_PROC_BROWSER_TEST_F() argument1253 IN_PROC_BROWSER_TEST_F(DownloadTest, DownloadResourceThrottleCancels) { in IN_PROC_BROWSER_TEST_F() argument1307 IN_PROC_BROWSER_TEST_F(DownloadTest, ContentDisposition) { in IN_PROC_BROWSER_TEST_F() argument1326 IN_PROC_BROWSER_TEST_F(DownloadTest, PerWindowShelf) { in IN_PROC_BROWSER_TEST_F() argument[all …]
192 FRIEND_TEST_ALL_PREFIXES(DownloadTest, DownloadResourceThrottleCancels);
33 class DownloadTest(base_unittest.TestCase): class48 base_unittest.main(DownloadTest)
34 class DownloadTest(base_unittest.TestCase): class49 base_unittest.main(DownloadTest)
114 friend class DownloadTest; variable