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

  /external/chromium_org/chrome/browser/download/
download_danger_prompt.cc 55 content::DownloadItem* download_; member in class:__anon8093::DownloadDangerPromptImpl
68 download_(download),
72 download_->AddObserver(this);
73 RecordOpenedDangerousConfirmDialog(download_->GetDangerType());
107 switch (download_->GetDangerType()) {
124 switch (download_->GetDangerType()) {
128 download_->GetFileNameToReportUser().LossyDisplayName());
135 download_->GetFileNameToReportUser().LossyDisplayName());
140 download_->GetFileNameToReportUser().LossyDisplayName());
145 download_->GetFileNameToReportUser().LossyDisplayName())
    [all...]
download_item_model.cc 264 : download_(download) {}
269 if (download_->GetState() != DownloadItem::INTERRUPTED ||
270 download_->GetLastReason() ==
274 return InterruptReasonMessage(download_->GetLastReason());
279 switch (download_->GetState()) {
284 if (download_->GetFileExternallyRemoved()) {
294 content::DownloadInterruptReason reason = download_->GetLastReason();
314 int64 size = download_->GetReceivedBytes();
332 int64 current_speed = download_->CurrentSpeed();
338 if (download_->IsPaused())
    [all...]
download_target_determiner.cc 92 download_(download),
93 is_resumption_(download_->GetLastReason() !=
101 DCHECK(download_);
103 download_->AddObserver(this);
110 DCHECK(download_);
112 download_->RemoveObserver(this);
175 bool is_forced_path = !download_->GetForcedFilePath().empty();
193 download_->GetURL(),
194 download_->GetContentDisposition(),
196 download_->GetSuggestedFilename()
    [all...]
download_danger_prompt_browsertest.cc 59 testing::Mock::VerifyAndClearExpectations(&download_);
66 content::MockDownloadItem& download() { return download_; }
72 EXPECT_CALL(download_, GetFileNameToReportUser()).WillRepeatedly(Return(
74 EXPECT_CALL(download_, GetDangerType())
80 &download_,
94 content::MockDownloadItem download_; member in class:DownloadDangerPromptTest
download_item_model.h 145 content::DownloadItem* download() { return download_; }
161 content::DownloadItem* download_; member in class:DownloadItemModel
download_target_determiner.h 313 content::DownloadItem* download_; member in class:DownloadTargetDeterminer
  /external/chromium_org/chrome/browser/ui/views/download/
download_danger_prompt_views.cc 68 content::DownloadItem* download_; member in class:__anon9793::DownloadDangerPromptViews
79 : download_(item),
84 download_->AddObserver(this);
119 RecordOpenedDangerousConfirmDialog(download_->GetDangerType());
211 if (!download_->IsDangerous() || download_->IsDone()) {
220 switch (download_->GetDangerType()) {
234 switch (download_->GetDangerType()) {
247 switch (download_->GetDangerType()) {
264 switch (download_->GetDangerType())
    [all...]
  /external/chromium_org/content/browser/download/
save_package.cc 149 download_(NULL),
182 download_(NULL),
211 download_(NULL),
237 CHECK(!download_);
333 download_ = item;
334 download_->AddObserver(this);
337 download_created_callback.Run(download_);
360 download_->SetTotalBytes(1);
373 // Hack to avoid touching download_ after user cancel.
376 if (download_->GetState() == DownloadItem::IN_PROGRESS)
    [all...]
download_browsertest.cc 393 : download_(download) {
396 download_->AddObserver(this);
415 DCHECK_EQ(download_, download);
426 DCHECK_EQ(download_, download);
431 if (download_) {
432 download_->RemoveObserver(this);
433 download_ = NULL;
437 DownloadItem* download_; member in class:content::__anon11404::RecordingDownloadObserver
    [all...]
save_package.h 274 DownloadItemImpl* download_; member in class:content::SavePackage
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 85 download_.reset(NULL);
94 download_.reset(new Download(
102 bool HasDownload() const { return download_.get() != NULL; }
103 const GURL& GetImageUrl() const { return download_->image_url; }
105 download_->image_sizes = sizes; }
126 scoped_ptr<Download> download_; member in class:__anon8590::DownloadHandler
379 for (std::vector<int>::const_iterator i = download_->image_sizes.begin();
380 i != download_->image_sizes.end(); ++i) {
383 if (download_->max_image_size != 0 &&
384 downloaded_size > download_->max_image_size)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 73 file_name: 'download_' + timestamp,

Completed in 1276 milliseconds