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

/external/chromium/chrome/browser/download/
H A Ddownload_file_unittest.cc19 class DownloadFileTest : public testing::Test { class in inherits:testing::Test
34 DownloadFileTest() : function in class:DownloadFileTest
39 ~DownloadFileTest() {
116 const char* DownloadFileTest::kTestData1 =
118 const char* DownloadFileTest::kTestData2 = "Writing more data.\n";
119 const char* DownloadFileTest::kTestData3 = "Final line.";
120 const char* DownloadFileTest::kDataHash =
123 const int32 DownloadFileTest::kDummyDownloadId = 23;
124 const int DownloadFileTest::kDummyChildId = 3;
125 const int DownloadFileTest
[all...]

Completed in 46 milliseconds