Searched defs:DownloadItemModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.h29 // constructor outlives this |DownloadItemModel|. In addition, multiple
30 // DownloadItemModel objects could be wrapping the same DownloadItem.
31 class DownloadItemModel { class
33 // Constructs a DownloadItemModel. The caller must ensure that |download|
35 explicit DownloadItemModel(content::DownloadItem* download);
36 ~DownloadItemModel();
168 // The DownloadItem that this model represents. Note that DownloadItemModel
170 // DownloadItemModel in use with the same DownloadItem.
173 DISALLOW_COPY_AND_ASSIGN(DownloadItemModel);
H A Ddownload_item_model.cc38 // Per DownloadItem data used by DownloadItemModel. The model doesn't keep any
261 // DownloadItemModel
263 DownloadItemModel::DownloadItemModel(DownloadItem* download) function in class:DownloadItemModel
266 DownloadItemModel::~DownloadItemModel() {}
268 base::string16 DownloadItemModel::GetInterruptReasonText() const {
277 base::string16 DownloadItemModel::GetStatusText() const {
312 base::string16 DownloadItemModel::GetTabProgressStatusText() const {
355 base::string16 DownloadItemModel
[all...]

Completed in 753 milliseconds