HomeSort by relevance Sort by last modified time
    Searched refs:DownloadItemModel (Results 1 - 19 of 19) sorted by null

  /external/chromium/chrome/browser/download/
download_item_model.h 40 class DownloadItemModel : public BaseDownloadItemModel {
42 explicit DownloadItemModel(DownloadItem* download);
43 virtual ~DownloadItemModel() { }
52 DISALLOW_COPY_AND_ASSIGN(DownloadItemModel);
download_item_model.cc 20 // DownloadItemModel
22 DownloadItemModel::DownloadItemModel(DownloadItem* download)
26 void DownloadItemModel::CancelTask() {
30 string16 DownloadItemModel::GetStatusText() {
  /external/chromium_org/chrome/browser/download/
download_item_model.h 29 // constructor outlives this |DownloadItemModel|. In addition, multiple
30 // DownloadItemModel objects could be wrapping the same DownloadItem.
31 class DownloadItemModel {
33 // Constructs a DownloadItemModel. The caller must ensure that |download|
35 explicit DownloadItemModel(content::DownloadItem* download);
36 ~DownloadItemModel();
134 // The DownloadItem that this model represents. Note that DownloadItemModel
136 // DownloadItemModel in use with the same DownloadItem.
139 DISALLOW_COPY_AND_ASSIGN(DownloadItemModel);
download_item_model.cc 33 // Per DownloadItem data used by DownloadItemModel. The model doesn't keep any
235 // DownloadItemModel
237 DownloadItemModel::DownloadItemModel(DownloadItem* download)
241 DownloadItemModel::~DownloadItemModel() {
244 string16 DownloadItemModel::GetInterruptReasonText() const {
253 string16 DownloadItemModel::GetStatusText() const {
288 string16 DownloadItemModel::GetTooltipText(const gfx::Font& font,
302 string16 DownloadItemModel::GetWarningText(const gfx::Font& font
    [all...]
download_ui_controller.cc 130 DownloadItemModel(item).SetShouldNotifyUI(true);
140 if (!DownloadItemModel(item).ShouldNotifyUI())
151 DownloadItemModel(item).SetShouldNotifyUI(false);
download_shelf_unittest.cc 154 ASSERT_TRUE(DownloadItemModel(download_item())
173 ASSERT_TRUE(DownloadItemModel(download_item())
197 ASSERT_TRUE(DownloadItemModel(download_item())
208 ASSERT_FALSE(DownloadItemModel(download_item())
download_shelf.cc 277 if (DownloadItemModel(download).ShouldRemoveFromShelfWhenComplete()) {
338 DownloadItemModel(download).ShouldRemoveFromShelfWhenComplete())
361 if (DownloadItemModel(download).ShouldShowDownloadStartedAnimation() &&
download_item_model_unittest.cc 66 // DownloadItemModel that uses the mock download item.
102 DownloadItemModel& model() {
108 DownloadItemModel model_;
284 // value of DownloadItemModel::GetStatusText(). The point isn't to lock down
download_shelf_context_menu.cc 55 DownloadItemModel download_model(download_item_);
download_browsertest.cc 372 DownloadItemModel(item).SetShouldShowInShelf(false);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_mac.h 39 DownloadItemModel* download_model() { return &download_model_; }
49 DownloadItemModel download_model_;
download_shelf_mac.h 13 class DownloadItemModel;
download_item_cell.h 13 class DownloadItemModel;
57 - (void)setStateFromDownload:(DownloadItemModel*)downloadModel;
download_item_controller.h 14 class DownloadItemModel;
81 - (void)setStateFromDownload:(DownloadItemModel*)downloadModel;
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h 202 DownloadItemModel download_model_;
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 290 DownloadItemModel model_;
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 121 DownloadItemModel download_model(download_item);
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 5095 milliseconds