Home
last modified time | relevance | path

Searched refs:IsCanceled (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/include/
Dcef_download_item.h72 virtual bool IsCanceled() = 0;
/third_party/protobuf/python/google/protobuf/
Dservice.py180 def IsCanceled(self): member in RpcController
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h40 bool IsCanceled() override;
Ddownload_item_ctocpp.cc68 NO_SANITIZE("cfi-icall") bool CefDownloadItemCToCpp::IsCanceled() { in IsCanceled() function in CefDownloadItemCToCpp
/third_party/cef/libcef/browser/
Ddownload_item_impl.h29 bool IsCanceled() override;
Ddownload_item_impl.cc37 bool CefDownloadItemImpl::IsCanceled() { in IsCanceled() function in CefDownloadItemImpl
/third_party/protobuf/src/google/protobuf/
Dservice.h247 virtual bool IsCanceled() const = 0;
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc340 EXPECT_FALSE(download_item->IsCanceled()); in OnBeforeDownload()
384 EXPECT_FALSE(download_item->IsCanceled()); in OnDownloadUpdated()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc81 bool _retval = CefDownloadItemCppToC::Get(self)->IsCanceled(); in download_item_is_canceled()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1251 bool IsCanceled() const {
1252 ADD_FAILURE() << "IsCanceled() not expected during this test.";
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2711 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch61349 + if (download_item->IsCanceled() == true) {