Searched refs:download_delegate (Results 1 – 2 of 2) sorted by relevance
171 MockDownloadActionDelegate download_delegate; in TestWithData() local174 download_action.set_delegate(&download_delegate); in TestWithData()176 EXPECT_CALL(download_delegate, in TestWithData()178 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(AtLeast(1)); in TestWithData()285 MockDownloadActionDelegate download_delegate; in TestTerminateEarly() local287 download_action.set_delegate(&download_delegate); in TestTerminateEarly()288 EXPECT_CALL(download_delegate, BytesReceived(_, _, _)).Times(0); in TestTerminateEarly()
80 DownloadActionDelegate* download_delegate, in DeltaPerformer() argument85 download_delegate_(download_delegate), in DeltaPerformer()