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.cc71 if (!download->GetForcedFilePath().empty()) { in DetermineDownloadTarget()
72 callback.Run(download->GetForcedFilePath(), in DetermineDownloadTarget()
75 download->GetForcedFilePath()); in DetermineDownloadTarget()
/external/chromium_org/chrome/browser/download/
Ddownload_target_determiner.cc175 bool is_forced_path = !download_->GetForcedFilePath().empty(); in DoGenerateTargetPath()
213 virtual_path_ = download_->GetForcedFilePath(); in DoGenerateTargetPath()
650 !download_->GetForcedFilePath().empty()) { in DoDetermineIntermediatePath()
651 DCHECK_EQ(download_->GetForcedFilePath().value(), local_path_.value()); in DoDetermineIntermediatePath()
749 if (!download_->GetForcedFilePath().empty()) { in ShouldPromptForDownload()
799 !download_->GetForcedFilePath().empty()) in IsDangerousFile()
Dchrome_download_manager_delegate_unittest.cc204 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
Ddownload_target_determiner_unittest.cc300 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.cc160 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
640 EXPECT_CALL(item, GetForcedFilePath()) in TEST_F()
Ddownload_item_impl.h130 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
Ddownload_manager_impl.cc279 base::FilePath target_path = item->GetForcedFilePath(); in DetermineDownloadTarget()
Ddownload_item_impl.cc615 const base::FilePath& DownloadItemImpl::GetForcedFilePath() const { in GetForcedFilePath() function in content::DownloadItemImpl
/external/chromium_org/content/public/test/
Dmock_download_item.h72 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
/external/chromium_org/content/public/browser/
Ddownload_item.h220 virtual const base::FilePath& GetForcedFilePath() const = 0;