Home | History | Annotate | Download | only in base

Lines Matching defs:AsyncContext

51 // FileStream::AsyncContext ----------------------------------------------
53 class FileStream::AsyncContext : public MessageLoopForIO::IOHandler {
55 AsyncContext(FileStream* owner)
59 ~AsyncContext();
76 FileStream::AsyncContext::~AsyncContext() {
91 void FileStream::AsyncContext::IOCompletionIsPending(
97 void FileStream::AsyncContext::OnIOCompleted(
134 async_context_.reset(new AsyncContext(this));
171 async_context_.reset(new AsyncContext(this));