HomeSort by relevance Sort by last modified time
    Searched refs:OnWillRead (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/content/browser/loader/
doomed_resource_handler.h 39 virtual bool OnWillRead(int request_id,
layered_resource_handler.h 33 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
resource_handler.h 79 virtual bool OnWillRead(int request_id,
85 // OnWillRead. A return value of false cancels the request, true continues
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);
async_resource_handler.h 53 virtual bool OnWillRead(int request_id,
buffered_resource_handler.h 39 virtual bool OnWillRead(int request_id,
certificate_resource_handler.h 60 virtual bool OnWillRead(int request_id,
doomed_resource_handler.cc 49 bool DoomedResourceHandler::OnWillRead(int request_id,
redirect_to_file_resource_handler.h 45 virtual bool OnWillRead(int request_id,
86 // OnWillRead() call. We exponentially grow the size of the buffer allocated
87 // when our owner fills our buffers. On the first OnWillRead() call, we
stream_resource_handler.h 53 virtual bool OnWillRead(int request_id,
sync_resource_handler.h 49 virtual bool OnWillRead(int request_id,
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_))
stream_resource_handler.cc 60 bool StreamResourceHandler::OnWillRead(int request_id,
85 // to it. A new one will be allocated in OnWillRead().
  /external/chromium/chrome/browser/renderer_host/
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.h 52 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
download_throttling_resource_handler.h 50 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
offline_resource_handler.h 40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
save_file_resource_handler.h 40 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
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.h 58 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
save_file_resource_handler.cc 69 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
  /external/chromium_org/content/browser/download/
save_file_resource_handler.h 50 virtual bool OnWillRead(int request_id,
download_resource_handler.h 70 virtual bool OnWillRead(int request_id,
  /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.h 58 virtual bool OnWillRead(int request_id,

Completed in 93 milliseconds

1 2