Searched refs:download_status (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter.h88 DownloadRequestLimiter::DownloadStatus download_status() const { function in class:DownloadRequestLimiter::TabDownloadState
H A Ddownload_request_limiter.cc188 return state ? state->download_status() : ALLOW_ONE_DOWNLOAD;
274 switch (state->download_status()) {
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.h91 DownloadRequestLimiter::DownloadStatus download_status() const { function in class:DownloadRequestLimiter::TabDownloadState
H A Ddownload_request_limiter.cc255 return state ? state->download_status() : ALLOW_ONE_DOWNLOAD;
367 switch (state->download_status()) {

Completed in 160 milliseconds