Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Ddownload_file_unittest.cc108 class DownloadFileTest : public testing::Test { class
119 DownloadFileTest() : in DownloadFileTest() function in content::DownloadFileTest
130 virtual ~DownloadFileTest() { in ~DownloadFileTest()
147 .WillRepeatedly(Invoke(this, &DownloadFileTest::SetUpdateDownloadInfo)); in SetUp()
171 .WillOnce(Invoke(this, &DownloadFileTest::RegisterCallback)) in CreateDownloadFile()
191 base::WeakPtrFactory<DownloadFileTest> weak_ptr_factory(this); in CreateDownloadFile()
195 &DownloadFileTest::SetInterruptReasonCallback, in CreateDownloadFile()
282 &DownloadFileTest::SetUpdateDownloadInfo)); in FinishStream()
316 base::Bind(&DownloadFileTest::SetRenameResult, in InvokeRenameMethodAndWaitForCallback()
373 : public DownloadFileTest,
[all …]
Ddownload_file_impl.h76 friend class DownloadFileTest;