HomeSort by relevance Sort by last modified time
    Searched refs:DownloadResourceHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.h 26 class DownloadResourceHandler : public ResourceHandler {
28 DownloadResourceHandler(ResourceDispatcherHost* rdh,
74 ~DownloadResourceHandler();
91 base::OneShotTimer<DownloadResourceHandler> pause_timer_;
97 DISALLOW_COPY_AND_ASSIGN(DownloadResourceHandler);
download_resource_handler.cc 26 DownloadResourceHandler::DownloadResourceHandler(
50 bool DownloadResourceHandler::OnUploadProgress(int request_id,
57 bool DownloadResourceHandler::OnRequestRedirected(int request_id,
65 bool DownloadResourceHandler::OnResponseStarted(int request_id,
123 bool DownloadResourceHandler::OnWillStart(int request_id,
131 bool DownloadResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf,
143 bool DownloadResourceHandler::OnReadCompleted(int request_id, int* bytes_read) {
171 bool DownloadResourceHandler::OnResponseCompleted(
196 void DownloadResourceHandler::OnRequestClosed()
    [all...]
download_throttling_resource_handler.h 15 class DownloadResourceHandler;
27 // resumed, a DownloadResourceHandler is created and all EventHandler methods
76 scoped_refptr<DownloadResourceHandler> download_handler_;
download_throttling_resource_handler.cc 177 new DownloadResourceHandler(host_,

Completed in 371 milliseconds