/external/chromium_org/content/browser/loader/ |
D | buffered_resource_handler.cc | 148 bool BufferedResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::BufferedResourceHandler 152 return next_handler_->OnWillRead(buf, buf_size, min_size); in OnWillRead() 161 if (!next_handler_->OnWillRead(buf, buf_size, min_size)) in OnWillRead() 389 next_handler_->OnWillRead(&buf, &size, -1); in UseAlternateNextHandler() 481 if (!next_handler_->OnWillRead(&buf, &buf_len, bytes_read_)) in CopyReadBufferToNextHandler()
|
D | layered_resource_handler.cc | 63 bool LayeredResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::LayeredResourceHandler 67 return next_handler_->OnWillRead(buf, buf_size, min_size); in OnWillRead()
|
D | detachable_resource_handler.cc | 142 bool DetachableResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::DetachableResourceHandler 154 return next_handler_->OnWillRead(buf, buf_size, min_size); in OnWillRead()
|
D | layered_resource_handler.h | 36 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | resource_handler.h | 89 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, in NON_EXPORTED_BASE()
|
D | sync_resource_handler.h | 44 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | stream_resource_handler.h | 49 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | redirect_to_file_resource_handler.h | 62 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | certificate_resource_handler.h | 55 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | async_resource_handler.h | 46 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | buffered_resource_handler.h | 38 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | stream_resource_handler.cc | 58 bool StreamResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::StreamResourceHandler
|
D | detachable_resource_handler.h | 59 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | certificate_resource_handler.cc | 59 bool CertificateResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::CertificateResourceHandler
|
D | sync_resource_handler.cc | 104 bool SyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::SyncResourceHandler
|
D | redirect_to_file_resource_handler.cc | 188 bool RedirectToFileResourceHandler::OnWillRead( in OnWillRead() function in content::RedirectToFileResourceHandler
|
D | async_resource_handler.cc | 230 bool AsyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::AsyncResourceHandler
|
D | resource_loader.cc | 604 if (!handler_->OnWillRead(&buf, &buf_size, -1)) { in ReadMore()
|
D | resource_loader_unittest.cc | 160 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::__anonf4488d030111::ResourceHandlerStub
|
/external/chromium_org/content/browser/download/ |
D | save_file_resource_handler.h | 52 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | download_resource_handler.h | 67 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
|
D | save_file_resource_handler.cc | 76 bool SaveFileResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::SaveFileResourceHandler
|
D | download_resource_handler.cc | 289 bool DownloadResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::DownloadResourceHandler
|