HomeSort by relevance Sort by last modified time
    Searched defs:OnWillRead (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.cc 69 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
download_throttling_resource_handler.cc 96 bool DownloadThrottlingResourceHandler::OnWillRead(int request_id,
102 return download_handler_->OnWillRead(request_id, buf, buf_size, min_size);
202 if (download_handler_->OnWillRead(request_id_, &buffer, &buf_size,
download_resource_handler.cc 131 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
offline_resource_handler.cc 123 bool OfflineResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
125 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
safe_browsing_resource_handler.cc 114 bool SafeBrowsingResourceHandler::OnWillRead(int request_id,
119 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
  /external/chromium_org/content/browser/download/
save_file_resource_handler.cc 76 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
download_resource_handler.cc 236 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
  /external/chromium_org/content/browser/loader/
doomed_resource_handler.cc 49 bool DoomedResourceHandler::OnWillRead(int request_id,
layered_resource_handler.cc 57 bool LayeredResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
60 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
stream_resource_handler.cc 60 bool StreamResourceHandler::OnWillRead(int request_id,
85 // to it. A new one will be allocated in OnWillRead().
sync_resource_handler.cc 97 bool SyncResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
certificate_resource_handler.cc 63 bool CertificateResourceHandler::OnWillRead(int request_id,
91 // to it. A new one will be allocated in OnWillRead().
redirect_to_file_resource_handler.cc 107 bool RedirectToFileResourceHandler::OnWillRead(int request_id,
257 // 2 * net::kMaxBytesToSniff from its OnWillRead method.
async_resource_handler.cc 218 bool AsyncResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
buffered_resource_handler.cc 150 bool BufferedResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
153 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
162 if (!next_handler_->OnWillRead(request_id, buf, buf_size, min_size))
455 if (!next_handler_->OnWillRead(request_id, &buf, &buf_len, bytes_read_))
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 163 bool PrerenderResourceHandler::OnWillRead(int request_id,
167 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
prerender_resource_handler_unittest.cc 42 virtual bool OnWillRead(int request_id,
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 62 virtual bool OnWillRead(int request_id,

Completed in 354 milliseconds