download_item_impl_unittest.cc | 250 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)) 254 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)); 264 mock_delegate()->VerifyAndClearExpectations(); 265 EXPECT_CALL(*mock_delegate(), AssertStateConsistent(_)) 267 EXPECT_CALL(*mock_delegate(), ShouldOpenFileBasedOnExtension(_)) 269 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _)) 321 MockDelegate* mock_delegate() { function in class:content::DownloadItemTest 400 EXPECT_CALL(*mock_delegate(), MockResumeInterruptedDownload(_,_)) 481 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)) 535 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)) [all...] |