Searched refs:CanDownloadOnIOThread (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.h25 // (CanDownloadOnIOThread). The request is processed on the UI thread, and the
29 // Invoking CanDownloadOnIOThread notifies the callback and may update the
33 // . The first time CanDownloadOnIOThread is invoked the download is allowed and
57 // The callback from CanDownloadOnIOThread. This is invoked on the io thread.
105 // See description above CanDownloadOnIOThread for details on lifetime of
154 // See description above CanDownloadOnIOThread for details on lifetime of
178 void CanDownloadOnIOThread(int render_process_host_id,
217 // CanDownloadOnIOThread invokes this on the UI thread. This determines the
H A Ddownload_request_limiter.cc191 void DownloadRequestLimiter::CanDownloadOnIOThread(int render_process_host_id, function in class:DownloadRequestLimiter
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_throttling_resource_handler.cc43 host_->download_request_limiter()->CanDownloadOnIOThread(

Completed in 87 milliseconds