Searched refs:IsCanceled (Results 1 – 12 of 12) sorted by relevance
72 virtual bool IsCanceled() = 0;
180 def IsCanceled(self): member in RpcController
40 bool IsCanceled() override;
68 NO_SANITIZE("cfi-icall") bool CefDownloadItemCToCpp::IsCanceled() { in IsCanceled() function in CefDownloadItemCToCpp
29 bool IsCanceled() override;
37 bool CefDownloadItemImpl::IsCanceled() { in IsCanceled() function in CefDownloadItemImpl
247 virtual bool IsCanceled() const = 0;
340 EXPECT_FALSE(download_item->IsCanceled()); in OnBeforeDownload()384 EXPECT_FALSE(download_item->IsCanceled()); in OnDownloadUpdated()
81 bool _retval = CefDownloadItemCppToC::Get(self)->IsCanceled(); in download_item_is_canceled()
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()
61349 + if (download_item->IsCanceled() == true) {