HomeSort by relevance Sort by last modified time
    Searched refs:DownloadItemModel (Results 1 - 20 of 20) 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();
154 // The DownloadItem that this model represents. Note that DownloadItemModel
156 // DownloadItemModel in use with the same DownloadItem.
159 DISALLOW_COPY_AND_ASSIGN(DownloadItemModel);
download_item_model.cc 36 // Per DownloadItem data used by DownloadItemModel. The model doesn't keep any
250 // DownloadItemModel
252 DownloadItemModel::DownloadItemModel(DownloadItem* download)
255 DownloadItemModel::~DownloadItemModel() {}
257 base::string16 DownloadItemModel::GetInterruptReasonText() const {
266 base::string16 DownloadItemModel::GetStatusText() const {
301 base::string16 DownloadItemModel::GetTabProgressStatusText() const {
341 base::string16 DownloadItemModel::GetTooltipText(const gfx::FontList& font_list
    [all...]
download_ui_controller.cc 112 DownloadItemModel(item).SetShouldNotifyUI(true);
122 if (!DownloadItemModel(item).ShouldNotifyUI())
133 DownloadItemModel(item).SetShouldNotifyUI(false);
download_shelf_context_menu.cc 56 DownloadItemModel download_model(download_item_);
143 DownloadItemModel(download_item_).OpenUsingPlatformHandler();
165 DownloadItemModel download_model(download_item_);
300 if (DownloadItemModel(download_item_).ShouldPreferOpeningInBrowser())
369 DownloadItemModel download_model(download_item_);
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 68 // DownloadItemModel that uses the mock download item.
104 DownloadItemModel& model() {
110 DownloadItemModel model_;
289 // value of DownloadItemModel::GetStatusText(). The point isn't to lock down
chrome_download_manager_delegate.cc 448 if (!DownloadItemModel(download).ShouldPreferOpeningInBrowser()) {
709 DownloadItemModel(item).SetShouldPreferOpeningInBrowser(true);
download_browsertest.cc 373 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;
82 - (void)setStateFromDownload:(DownloadItemModel*)downloadModel;
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_item_gtk.h 199 DownloadItemModel download_model_;
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 289 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 537 milliseconds