/external/chromium/chrome/browser/renderer_host/ |
D | download_throttling_resource_handler.cc | 96 bool DownloadThrottlingResourceHandler::OnWillRead(int request_id, in OnWillRead() function in DownloadThrottlingResourceHandler 102 return download_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead() 202 if (download_handler_->OnWillRead(request_id_, &buffer, &buf_size, in CopyTmpBufferToDownloadHandler()
|
D | offline_resource_handler.cc | 123 bool OfflineResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead() function in OfflineResourceHandler 125 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead()
|
D | save_file_resource_handler.h | 40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
D | safe_browsing_resource_handler.cc | 114 bool SafeBrowsingResourceHandler::OnWillRead(int request_id, in OnWillRead() function in SafeBrowsingResourceHandler 119 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead()
|
D | offline_resource_handler.h | 40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
D | download_throttling_resource_handler.h | 50 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
D | download_resource_handler.h | 52 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
D | safe_browsing_resource_handler.h | 58 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
/external/chromium_org/content/browser/loader/ |
D | layered_resource_handler.cc | 59 bool LayeredResourceHandler::OnWillRead(int request_id, in OnWillRead() function in content::LayeredResourceHandler 64 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead()
|
D | buffered_resource_handler.cc | 149 bool BufferedResourceHandler::OnWillRead(int request_id, in OnWillRead() function in content::BufferedResourceHandler 154 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead() 163 if (!next_handler_->OnWillRead(request_id, buf, buf_size, min_size)) in OnWillRead() 463 if (!next_handler_->OnWillRead(request_id, &buf, &buf_len, bytes_read_)) in CopyReadBufferToNextHandler()
|
D | detachable_resource_handler.cc | 136 bool DetachableResourceHandler::OnWillRead(int request_id, in OnWillRead() function in content::DetachableResourceHandler 149 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead()
|
D | layered_resource_handler.h | 38 virtual bool OnWillRead(int request_id,
|
D | certificate_resource_handler.h | 58 virtual bool OnWillRead(int request_id,
|
D | sync_resource_handler.h | 49 virtual bool OnWillRead(int request_id,
|
D | stream_resource_handler.h | 53 virtual bool OnWillRead(int request_id,
|
D | resource_handler.h | 83 virtual bool OnWillRead(int request_id, in NON_EXPORTED_BASE()
|
D | redirect_to_file_resource_handler.h | 46 virtual bool OnWillRead(int request_id,
|
D | async_resource_handler.h | 52 virtual bool OnWillRead(int request_id,
|
D | buffered_resource_handler.h | 39 virtual bool OnWillRead(int request_id,
|
D | stream_resource_handler.cc | 60 bool StreamResourceHandler::OnWillRead(int request_id, in OnWillRead() function in content::StreamResourceHandler
|
D | detachable_resource_handler.h | 61 virtual bool OnWillRead(int request_id,
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_resource_handler.cc | 163 bool PrerenderResourceHandler::OnWillRead(int request_id, in OnWillRead() function in prerender::PrerenderResourceHandler 167 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size); in OnWillRead()
|
D | prerender_resource_handler.h | 58 virtual bool OnWillRead(int request_id,
|
/external/chromium_org/content/browser/download/ |
D | save_file_resource_handler.h | 50 virtual bool OnWillRead(int request_id,
|
D | download_resource_handler.h | 69 virtual bool OnWillRead(int request_id,
|