Searched defs:DownloadManagerTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc30 class DownloadManagerTest : public testing::Test { class in inherits:testing::Test
35 DownloadManagerTest() function in class:DownloadManagerTest
43 ~DownloadManagerTest() {
107 DISALLOW_COPY_AND_ASSIGN(DownloadManagerTest);
110 const char* DownloadManagerTest::kTestData = "a;sdlfalsdfjalsdkfjad";
111 const size_t DownloadManagerTest::kTestDataLen =
112 strlen(DownloadManagerTest::kTestData);
295 TEST_F(DownloadManagerTest, StartDownload) {
340 TEST_F(DownloadManagerTest, DownloadRenameTest) {
396 TEST_F(DownloadManagerTest, DownloadInterruptTes
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc438 class DownloadManagerTest : public testing::Test { class in namespace:content
443 DownloadManagerTest() function in class:content::DownloadManagerTest
451 virtual ~DownloadManagerTest() {}
557 &DownloadManagerTest::DownloadTargetDeterminedCallback,
583 DISALLOW_COPY_AND_ASSIGN(DownloadManagerTest);
587 TEST_F(DownloadManagerTest, StartDownload) {
621 TEST_F(DownloadManagerTest, DetermineDownloadTarget_True) {
635 TEST_F(DownloadManagerTest, DetermineDownloadTarget_False) {
657 TEST_F(DownloadManagerTest, RemoveAllDownloads) {

Completed in 85 milliseconds