Home
last modified time | relevance | path

Searched refs:IOCompletionIsPending (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/base/
Dfile_stream_win.cc61 void IOCompletionIsPending(CompletionCallback* callback);
91 void FileStream::AsyncContext::IOCompletionIsPending( in IOCompletionIsPending() function in net::FileStream::AsyncContext
243 async_context_->IOCompletionIsPending(callback); in Read()
252 async_context_->IOCompletionIsPending(callback); in Read()
302 async_context_->IOCompletionIsPending(callback); in Write()
309 async_context_->IOCompletionIsPending(callback); in Write()
/external/chromium_org/net/base/
Dfile_stream_context_win.cc100 IOCompletionIsPending(callback, buf); in ReadAsync()
110 IOCompletionIsPending(callback, buf); in ReadAsync()
140 IOCompletionIsPending(callback, buf); in WriteAsync()
148 IOCompletionIsPending(callback, buf); in WriteAsync()
208 void FileStream::Context::IOCompletionIsPending( in IOCompletionIsPending() function in net::FileStream::Context
Dfile_stream_context.h200 void IOCompletionIsPending(const CompletionCallback& callback, IOBuffer* buf);