Searched refs:async_context_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/base/
H A Dfile_stream_win.cc134 async_context_.reset(new AsyncContext(this));
136 async_context_.get());
149 async_context_.reset();
171 async_context_.reset(new AsyncContext(this));
173 async_context_.get());
186 DCHECK(!async_context_.get() || !async_context_->callback());
196 if (async_context_.get())
197 SetOffset(async_context_->overlapped(), result);
228 if (async_context_
[all...]
H A Dfile_stream_posix.cc284 async_context_.reset(new AsyncContext());
295 async_context_.reset();
318 async_context_.reset(new AsyncContext());
335 DCHECK(!async_context_.get() || !async_context_->callback());
374 if (async_context_.get()) {
377 DCHECK(!async_context_->callback());
378 async_context_->InitiateAsyncRead(file_, buf, buf_len, callback);
414 if (async_context_.get()) {
417 DCHECK(!async_context_
[all...]
H A Dfile_stream.h140 scoped_ptr<AsyncContext> async_context_; member in class:net::FileStream

Completed in 103 milliseconds