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

  /external/chromium/net/base/
file_stream_win.cc 129 async_context_.reset(new AsyncContext(this));
131 async_context_.get());
143 async_context_.reset();
165 async_context_.reset(new AsyncContext(this));
167 async_context_.get());
180 DCHECK(!async_context_.get() || !async_context_->callback());
190 if (async_context_.get())
191 SetOffset(async_context_->overlapped(), result);
220 if (async_context_.get())
    [all...]
file_stream_posix.cc 305 async_context_.reset(new AsyncContext());
315 async_context_.reset();
340 async_context_.reset(new AsyncContext());
355 DCHECK(!async_context_.get() || !async_context_->callback());
392 if (async_context_.get()) {
395 DCHECK(!async_context_->callback());
396 async_context_->InitiateAsyncRead(file_, buf, buf_len, callback);
432 if (async_context_.get()) {
435 DCHECK(!async_context_->callback())
    [all...]
file_stream.h 127 scoped_ptr<AsyncContext> async_context_; member in class:net::FileStream

Completed in 199 milliseconds