Home
last modified time | relevance | path

Searched refs:DownloadResourceHandler (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc26 DownloadResourceHandler::DownloadResourceHandler( in DownloadResourceHandler() function in DownloadResourceHandler
50 bool DownloadResourceHandler::OnUploadProgress(int request_id, in OnUploadProgress()
57 bool DownloadResourceHandler::OnRequestRedirected(int request_id, in OnRequestRedirected()
65 bool DownloadResourceHandler::OnResponseStarted(int request_id, in OnResponseStarted()
123 bool DownloadResourceHandler::OnWillStart(int request_id, in OnWillStart()
131 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, in OnWillRead()
143 bool DownloadResourceHandler::OnReadCompleted(int request_id, int* bytes_read) { in OnReadCompleted()
171 bool DownloadResourceHandler::OnResponseCompleted( in OnResponseCompleted()
196 void DownloadResourceHandler::OnRequestClosed() { in OnRequestClosed()
204 void DownloadResourceHandler::set_content_length(const int64& content_length) { in set_content_length()
[all …]
Ddownload_resource_handler.h26 class DownloadResourceHandler : public ResourceHandler {
28 DownloadResourceHandler(ResourceDispatcherHost* rdh,
74 ~DownloadResourceHandler();
91 base::OneShotTimer<DownloadResourceHandler> pause_timer_;
97 DISALLOW_COPY_AND_ASSIGN(DownloadResourceHandler);
Ddownload_throttling_resource_handler.h15 class DownloadResourceHandler; variable
76 scoped_refptr<DownloadResourceHandler> download_handler_;
Ddownload_throttling_resource_handler.cc177 new DownloadResourceHandler(host_, in ContinueDownload()