Searched defs:GetTargetFilePath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc315 GetTargetFilePath());
402 GetTargetFilePath());
611 const base::FilePath& DownloadItemImpl::GetTargetFilePath() const { function in class:content::DownloadItemImpl
617 // require that clients respect GetTargetFilePath() if it is already set.
752 return delegate_->ShouldOpenFileBasedOnExtension(GetTargetFilePath());
856 GetTargetFilePath().value().c_str());
1308 DCHECK(!GetTargetFilePath().empty());
1332 GetTargetFilePath(), callback));
1544 if (GetTargetFilePath().empty())

Completed in 1334 milliseconds