Searched refs:DownloadFileTest (Results 1 – 2 of 2) sorted by relevance
108 class DownloadFileTest : public testing::Test { class119 DownloadFileTest() : in DownloadFileTest() function in content::DownloadFileTest130 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 …]
76 friend class DownloadFileTest;