Searched refs:ShouldCancel (Results 1 – 9 of 9) sorted by relevance
35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
56 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
151 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()425 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
717 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
660 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
83 bool ShouldCancel(ErrorCode* cancel_reason) override;
177 bool ShouldCancel(ErrorCode* cancel_reason) override;
356 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
1252 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in UpdateAttempter() function in chromeos_update_engine::UpdateAttempter