HomeSort by relevance Sort by last modified time
    Searched refs:CancellationFlag (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/synchronization/
cancellation_flag.h 15 // CancellationFlag allows one thread to cancel jobs executed on some worker
20 class BASE_API CancellationFlag {
22 CancellationFlag() : flag_(false) {
27 ~CancellationFlag() {}
39 DISALLOW_COPY_AND_ASSIGN(CancellationFlag);
cancellation_flag.cc 11 void CancellationFlag::Set() {
18 bool CancellationFlag::IsSet() const {
cancellation_flag_unittest.cc 5 // Tests of CancellationFlag class.
27 explicit CancelTask(CancellationFlag* flag) : flag_(flag) {}
32 CancellationFlag* flag_;
36 CancellationFlag flag;
43 CancellationFlag flag;
53 // CancellationFlag should die on a DCHECK if Set() is called from
61 CancellationFlag flag;
  /external/chromium/net/base/
directory_lister.h 110 base::CancellationFlag canceled_;

Completed in 609 milliseconds