HomeSort by relevance Sort by last modified time
    Searched defs:download_item_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 60 EXPECT_CALL(download_item_, GetState())
74 content::MockDownloadItem download_item_; member in class:drive::DownloadHandlerTest
85 &download_item_,
91 EXPECT_FALSE(download_handler_->IsDriveDownload(&download_item_));
105 &download_item_,
111 ASSERT_TRUE(download_handler_->IsDriveDownload(&download_item_));
112 EXPECT_EQ(drive_path, download_handler_->GetTargetPath(&download_item_));
127 &download_item_,
153 // |download_item_| is not a drive download yet.
154 EXPECT_FALSE(download_handler_->IsDriveDownload(&download_item_));
    [all...]
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 41 return download_item_.get();
66 scoped_ptr<content::MockDownloadItem> download_item_; member in class:__anon8109::DownloadShelfTest
75 download_item_.reset(new ::testing::NiceMock<content::MockDownloadItem>());
76 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false));
77 ON_CALL(*download_item_, GetMimeType()).WillByDefault(Return("text/plain"));
78 ON_CALL(*download_item_, GetOpenWhenComplete()).WillByDefault(Return(false));
79 ON_CALL(*download_item_, GetTargetDisposition())
81 ON_CALL(*download_item_, GetURL())
83 ON_CALL(*download_item_, GetState())
85 ON_CALL(*download_item_, IsTemporary()).WillByDefault(Return(false))
    [all...]
download_shelf_context_menu.h 42 content::DownloadItem* download_item() const { return download_item_; }
64 // Detaches self from |download_item_|. Called when the DownloadItem is
93 content::DownloadItem* download_item_; member in class:DownloadShelfContextMenu
download_path_reservation_tracker.cc 63 DownloadItem* download_item_; member in class:__anon8101::DownloadItemObserver
288 : download_item_(download_item),
291 download_item_->AddObserver(this);
295 download_item_->RemoveObserver(this);
  /external/chromium_org/content/browser/download/
drag_download_file.cc 47 download_item_(NULL),
76 if (download_item_)
77 download_item_->Cancel(true);
88 if (download_item_)
89 download_item_->RemoveObserver(this);
101 download_item_ = item;
102 download_item_->AddObserver(this);
108 DCHECK_EQ(download_item_, item);
109 DownloadItem::DownloadState state = download_item_->GetState();
118 download_item_->RemoveObserver(this)
144 DownloadItem* download_item_; member in class:content::DragDownloadFile::DragDownloadFileUI
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.h 269 content::DownloadItem* download_item_; member in class:extensions::WebstoreInstaller

Completed in 1806 milliseconds