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

  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 43 void CanDownload() {
95 CanDownload();
107 CanDownload();
120 CanDownload();
136 CanDownload();
138 CanDownload();
147 CanDownload();
174 CanDownload();
189 CanDownload();
190 CanDownload();
    [all...]
download_request_limiter.cc 200 NewRunnableMethod(this, &DownloadRequestLimiter::CanDownload,
236 void DownloadRequestLimiter::CanDownload(int render_process_host_id,
256 // FYI: Chrome Frame overrides CanDownload in ExternalTabContainer in order
259 if (!originating_tab->CanDownload(request_id)) {
  /external/chromium/chrome/browser/instant/
instant_loader.cc 208 virtual bool CanDownload(int request_id) OVERRIDE;
511 bool InstantLoader::TabContentsDelegateImpl::CanDownload(int request_id) {
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 538 bool ExternalTabContainer::CanDownload(int request_id) {
    [all...]

Completed in 40 milliseconds