Searched refs:ShouldCancel (Results 1 – 9 of 9) sorted by relevance
35 MOCK_METHOD1(ShouldCancel, bool(ErrorCode* cancel_reason));
57 virtual bool ShouldCancel(ErrorCode* cancel_reason) = 0;
160 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in SetUp()485 EXPECT_CALL(mock_delegate_, ShouldCancel(_)) in TEST_F()
696 EXPECT_CALL(state->mock_delegate_, ShouldCancel(_)) in ApplyDeltaFile()
661 if (download_delegate_ && download_delegate_->ShouldCancel(error)) in Write()
87 bool ShouldCancel(ErrorCode* cancel_reason) override;
168 bool ShouldCancel(ErrorCode* cancel_reason) override;
543 bool UpdateAttempterAndroid::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempterAndroid
1348 bool UpdateAttempter::ShouldCancel(ErrorCode* cancel_reason) { in ShouldCancel() function in chromeos_update_engine::UpdateAttempter