Searched refs:async_in_progress_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dfile_stream_context.cc61 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...]
H A Dfile_stream_context_posix.cc51 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;
H A Dfile_stream_context_win.cc45 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;
H A Dfile_stream_context.h94 bool async_in_progress() const { return async_in_progress_; }
219 bool async_in_progress_; member in class:net::FileStream::Context

Completed in 77 milliseconds