/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 | 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 | save_file_resource_handler.h | 40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
|
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,
|
D | save_file_resource_handler.cc | 69 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead() function in SaveFileResourceHandler
|
D | download_resource_handler.cc | 131 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead() function in DownloadResourceHandler
|
/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,
|
D | prerender_resource_handler_unittest.cc | 42 virtual bool OnWillRead(int request_id, in OnWillRead() function in prerender::__anon12ac1c3c0111::MockResourceHandler
|
/external/chromium/chrome/browser/extensions/ |
D | user_script_listener_unittest.cc | 62 virtual bool OnWillRead(int request_id, in OnWillRead() function in __anon217cb6720111::DummyResourceHandler
|