Searched refs:CanDownload (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc43 void CanDownload() { function in class:DownloadRequestLimiterTest
95 CanDownload();
107 CanDownload();
120 CanDownload();
136 CanDownload();
138 CanDownload();
147 CanDownload();
174 CanDownload();
189 CanDownload();
190 CanDownload();
[all...]
H A Ddownload_request_limiter.cc200 NewRunnableMethod(this, &DownloadRequestLimiter::CanDownload,
236 void DownloadRequestLimiter::CanDownload(int render_process_host_id, function in class:DownloadRequestLimiter
256 // FYI: Chrome Frame overrides CanDownload in ExternalTabContainer in order
259 if (!originating_tab->CanDownload(request_id)) {
H A Ddownload_request_limiter.h219 void CanDownload(int render_process_host_id,
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h145 virtual bool CanDownload(int request_id);
H A Dexternal_tab_container_win.cc538 bool ExternalTabContainer::CanDownload(int request_id) { function in class:ExternalTabContainer
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc208 virtual bool CanDownload(int request_id) OVERRIDE;
511 bool InstantLoader::TabContentsDelegateImpl::CanDownload(int request_id) { function in class:InstantLoader::TabContentsDelegateImpl
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents.h531 bool CanDownload(int request_id);

Completed in 79 milliseconds