Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/renderer_host/
Ddownload_throttling_resource_handler.cc96 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()
Doffline_resource_handler.cc123 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()
Dsafe_browsing_resource_handler.cc114 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()
Dsave_file_resource_handler.h40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
Doffline_resource_handler.h40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
Ddownload_throttling_resource_handler.h50 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
Ddownload_resource_handler.h52 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
Dsafe_browsing_resource_handler.h58 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
Dsave_file_resource_handler.cc69 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead() function in SaveFileResourceHandler
Ddownload_resource_handler.cc131 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead() function in DownloadResourceHandler
/external/chromium/chrome/browser/prerender/
Dprerender_resource_handler.cc163 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()
Dprerender_resource_handler.h58 virtual bool OnWillRead(int request_id,
Dprerender_resource_handler_unittest.cc42 virtual bool OnWillRead(int request_id, in OnWillRead() function in prerender::__anon12ac1c3c0111::MockResourceHandler
/external/chromium/chrome/browser/extensions/
Duser_script_listener_unittest.cc62 virtual bool OnWillRead(int request_id, in OnWillRead() function in __anon217cb6720111::DummyResourceHandler