Searched refs:GetForcedFilePath (Results 1 – 11 of 11) sorted by relevance
71 if (!download->GetForcedFilePath().empty()) { in DetermineDownloadTarget()72 callback.Run(download->GetForcedFilePath(), in DetermineDownloadTarget()75 download->GetForcedFilePath()); in DetermineDownloadTarget()
175 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()
204 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
300 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
33 base::FilePath target_path(download->GetForcedFilePath()); in DetermineDownloadTarget()
160 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());640 EXPECT_CALL(item, GetForcedFilePath()) in TEST_F()
130 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
279 base::FilePath target_path = item->GetForcedFilePath(); in DetermineDownloadTarget()
615 const base::FilePath& DownloadItemImpl::GetForcedFilePath() const { in GetForcedFilePath() function in content::DownloadItemImpl
72 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
220 virtual const base::FilePath& GetForcedFilePath() const = 0;