Home
last modified time | relevance | path

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

/external/libchrome/base/task/
Dcancelable_task_tracker.cc36 bool IsCanceled(const CancellationFlag* flag, in IsCanceled() function
129 Bind(&IsCanceled, flag, Owned(untrack_and_delete_flag_runner)); in NewTrackedTaskId()
/external/protobuf/python/google/protobuf/
Dservice.py178 def IsCanceled(self): member in RpcController
/external/protobuf/src/google/protobuf/
Dservice.h246 virtual bool IsCanceled() const = 0;
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1241 bool IsCanceled() const { in IsCanceled() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockController
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2693 if (IsCanceled() || HRESULT_FROM_WIN32(ERROR_INSTALL_USEREXIT) == hrStatus) { in SetProgressState()