Home
last modified time | relevance | path

Searched refs:GetForcedFilePath (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_download_manager_delegate.cc64 if (!download->GetForcedFilePath().empty()) { in DetermineDownloadTarget()
65 callback.Run(download->GetForcedFilePath(), in DetermineDownloadTarget()
68 download->GetForcedFilePath()); in DetermineDownloadTarget()
/external/chromium_org/chrome/browser/download/
Ddownload_target_determiner.cc163 bool is_forced_path = !download_->GetForcedFilePath().empty(); in DoGenerateTargetPath()
201 virtual_path_ = download_->GetForcedFilePath(); in DoGenerateTargetPath()
572 !download_->GetForcedFilePath().empty()) { in DoDetermineIntermediatePath()
573 DCHECK_EQ(download_->GetForcedFilePath().value(), local_path_.value()); in DoDetermineIntermediatePath()
671 if (!download_->GetForcedFilePath().empty()) { in ShouldPromptForDownload()
721 !download_->GetForcedFilePath().empty()) in IsDangerousFile()
Dchrome_download_manager_delegate_unittest.cc205 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
Ddownload_target_determiner_unittest.cc305 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
/external/chromium_org/content/browser/download/
Ddownload_item_impl_delegate.cc33 base::FilePath target_path(download->GetForcedFilePath()); in DetermineDownloadTarget()
Ddownload_manager_impl_unittest.cc156 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
643 EXPECT_CALL(item, GetForcedFilePath()) in TEST_F()
Ddownload_item_impl.h126 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
Ddownload_manager_impl.cc275 base::FilePath target_path = item->GetForcedFilePath(); in DetermineDownloadTarget()
Ddownload_item_impl.cc589 const base::FilePath& DownloadItemImpl::GetForcedFilePath() const { in GetForcedFilePath() function in content::DownloadItemImpl
/external/chromium_org/content/public/test/
Dmock_download_item.h57 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
/external/chromium_org/content/public/browser/
Ddownload_item.h218 virtual const base::FilePath& GetForcedFilePath() const = 0;