HomeSort by relevance Sort by last modified time
    Searched defs:GetTargetFilePath (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/download/
download_item.cc 505 id(), GetTargetFilePath(), safety_state() == SAFE));
597 FilePath DownloadItem::GetTargetFilePath() const {
612 return GetTargetFilePath();
  /external/chromium_org/content/browser/download/
download_item_impl.cc 583 const base::FilePath& DownloadItemImpl::GetTargetFilePath() const {
589 // require that clients respect GetTargetFilePath() if it is already set.
713 return delegate_->ShouldOpenFileBasedOnExtension(GetTargetFilePath());
817 GetTargetFilePath().value().c_str());
    [all...]

Completed in 363 milliseconds