Home
last modified time | relevance | path

Searched refs:OnWillRead (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/browser/loader/
Dbuffered_resource_handler.cc148 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()
Dlayered_resource_handler.cc63 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()
Ddetachable_resource_handler.cc142 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()
Dlayered_resource_handler.h36 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dresource_handler.h89 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, in NON_EXPORTED_BASE()
Dsync_resource_handler.h44 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dstream_resource_handler.h49 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dredirect_to_file_resource_handler.h62 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dcertificate_resource_handler.h55 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dasync_resource_handler.h46 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dbuffered_resource_handler.h38 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dstream_resource_handler.cc58 bool StreamResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::StreamResourceHandler
Ddetachable_resource_handler.h59 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dcertificate_resource_handler.cc59 bool CertificateResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::CertificateResourceHandler
Dsync_resource_handler.cc104 bool SyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::SyncResourceHandler
Dredirect_to_file_resource_handler.cc188 bool RedirectToFileResourceHandler::OnWillRead( in OnWillRead() function in content::RedirectToFileResourceHandler
Dasync_resource_handler.cc230 bool AsyncResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::AsyncResourceHandler
Dresource_loader.cc604 if (!handler_->OnWillRead(&buf, &buf_size, -1)) { in ReadMore()
Dresource_loader_unittest.cc160 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::__anonf4488d030111::ResourceHandlerStub
/external/chromium_org/content/browser/download/
Dsave_file_resource_handler.h52 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Ddownload_resource_handler.h67 virtual bool OnWillRead(scoped_refptr<net::IOBuffer>* buf,
Dsave_file_resource_handler.cc76 bool SaveFileResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::SaveFileResourceHandler
Ddownload_resource_handler.cc289 bool DownloadResourceHandler::OnWillRead(scoped_refptr<net::IOBuffer>* buf, in OnWillRead() function in content::DownloadResourceHandler