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

  /external/chromium/net/base/
file_stream_posix.cc 73 // |callback|. AsyncContext will post this task to the WorkerPool.
104 // |callback|. AsyncContext will post this task to the WorkerPool.
157 // FileStream::AsyncContext ----------------------------------------------
159 class FileStream::AsyncContext {
161 AsyncContext();
162 ~AsyncContext();
184 // MessageLoop or by ~AsyncContext().
187 // The MessageLoopForIO that this AsyncContext is running on.
193 CompletionCallbackImpl<AsyncContext> background_io_completed_callback_;
195 // This is used to synchronize between the AsyncContext destructor (which run
    [all...]
file_stream_win.cc 49 // FileStream::AsyncContext ----------------------------------------------
51 class FileStream::AsyncContext : public MessageLoopForIO::IOHandler {
53 AsyncContext(FileStream* owner)
57 ~AsyncContext();
74 FileStream::AsyncContext::~AsyncContext() {
88 void FileStream::AsyncContext::IOCompletionIsPending(
94 void FileStream::AsyncContext::OnIOCompleted(
129 async_context_.reset(new AsyncContext(this));
165 async_context_.reset(new AsyncContext(this))
    [all...]
file_stream.h 122 class AsyncContext;
123 friend class AsyncContext;
127 scoped_ptr<AsyncContext> async_context_;

Completed in 96 milliseconds