Searched refs:IsCanceled (Results 1 – 8 of 8) sorted by relevance
30 bool IsCanceled() const { in IsCanceled() function
57 if (handle_.IsCanceled() || (collector_->epoch() != saved_epoch_)) return; in Run()
140 if (handle_.IsCanceled()) return; in Run()
971 if (handle_.IsCanceled()) return; in Run()
180 def IsCanceled(self): member in RpcController
247 virtual bool IsCanceled() const = 0;
1251 bool IsCanceled() const {1252 ADD_FAILURE() << "IsCanceled() not expected during this test.";
2711 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()