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

  /external/chromium_org/chrome/browser/download/
download_resource_throttle.cc 20 limiter->CanDownloadOnIOThread(
download_request_limiter.h 33 // (CanDownloadOnIOThread). The request is processed on the UI thread, and the
37 // Invoking CanDownloadOnIOThread notifies the callback and may update the
41 // . The first time CanDownloadOnIOThread is invoked the download is allowed and
65 // The callback from CanDownloadOnIOThread. This is invoked on the io thread.
118 // See description above CanDownloadOnIOThread for details on lifetime of
164 // See description above CanDownloadOnIOThread for details on lifetime of
190 void CanDownloadOnIOThread(int render_process_host_id,
216 // CanDownloadOnIOThread invokes this on the UI thread. This determines the
download_request_limiter.cc 258 void DownloadRequestLimiter::CanDownloadOnIOThread(
  /external/chromium/chrome/browser/download/
download_request_limiter.h 25 // (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
download_request_limiter.cc 191 void DownloadRequestLimiter::CanDownloadOnIOThread(int render_process_host_id,
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 43 host_->download_request_limiter()->CanDownloadOnIOThread(

Completed in 363 milliseconds