Searched refs:GetForcedFilePath (Results 1 – 11 of 11) sorted by relevance
64 if (!download->GetForcedFilePath().empty()) { in DetermineDownloadTarget()65 callback.Run(download->GetForcedFilePath(), in DetermineDownloadTarget()68 download->GetForcedFilePath()); in DetermineDownloadTarget()
163 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()
205 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
305 ON_CALL(*item, GetForcedFilePath()) in CreateActiveDownloadItem()
33 base::FilePath target_path(download->GetForcedFilePath()); in DetermineDownloadTarget()
156 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());643 EXPECT_CALL(item, GetForcedFilePath()) in TEST_F()
126 virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
275 base::FilePath target_path = item->GetForcedFilePath(); in DetermineDownloadTarget()
589 const base::FilePath& DownloadItemImpl::GetForcedFilePath() const { in GetForcedFilePath() function in content::DownloadItemImpl
57 MOCK_CONST_METHOD0(GetForcedFilePath, const base::FilePath&());
218 virtual const base::FilePath& GetForcedFilePath() const = 0;