Home
last modified time | relevance | path

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

/external/libchrome/base/task/
Dcancelable_task_tracker.cc41 bool IsCanceled(const CancellationFlag* flag, in IsCanceled() function
140 Bind(&IsCanceled, flag, base::Owned(untrack_and_delete_flag_runner)); in NewTrackedTaskId()
/external/nanopb-c/generator/google/protobuf/
Dservice.py178 def IsCanceled(self): member in RpcController
/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