Home | History | Annotate | Download | only in base

Lines Matching defs:AsyncContext

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));