Home
last modified time | relevance | path

Searched refs:is_paused (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_shelf.cc40 return download_->is_paused(); in IsCommandIdChecked()
58 if (download_->is_paused()) in GetLabelForCommandId()
Ddownload_item_model.cc47 if (download_->IsInProgress() && download_->is_paused()) { in GetStatusText()
Ddownload_item.h260 bool is_paused() const { return is_paused_; } in is_paused() function
Ddownload_util.cc638 } else if (download->is_paused()) { in CreateDownloadItemValue()
707 if (download->is_paused()) in GetProgressStatusText()
Ddownload_item.cc666 is_paused() ? 'T' : 'F', in DebugString()
Ddownload_manager.cc776 if (pause == download->is_paused()) in PauseDownload()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc256 dl_item_value->SetBoolean("is_paused", download->is_paused()); in GetDictionaryFromDownloadItem()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc415 get_download()->is_paused() ? in OnDownloadUpdated()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc387 download_->is_paused() ? StopDownloadProgress() : StartDownloadProgress(); in OnDownloadUpdated()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm289 percentDone_ = downloadModel->download()->is_paused() ?