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

  /external/chromium_org/net/base/
file_stream_context.cc 61 if (!async_in_progress_) {
71 DCHECK(!async_in_progress_);
83 async_in_progress_ = true;
87 DCHECK(!async_in_progress_);
104 DCHECK(!async_in_progress_);
113 DCHECK(!async_in_progress_);
124 async_in_progress_ = true;
130 DCHECK(!async_in_progress_);
143 async_in_progress_ = true;
153 DCHECK(!async_in_progress_);
    [all...]
file_stream_context_posix.cc 51 async_in_progress_(false),
63 async_in_progress_(false),
86 DCHECK(!async_in_progress_);
99 async_in_progress_ = true;
113 DCHECK(!async_in_progress_);
126 async_in_progress_ = true;
file_stream_context_win.cc 45 async_in_progress_(false),
61 async_in_progress_(false),
92 DCHECK(!async_in_progress_);
214 async_in_progress_ = true;
223 DCHECK(async_in_progress_);
225 async_in_progress_ = false;
file_stream_context.h 94 bool async_in_progress() const { return async_in_progress_; }
219 bool async_in_progress_; member in class:net::FileStream::Context

Completed in 179 milliseconds