Searched refs:current_path_ (Results 1 – 2 of 2) sorted by relevance
131 current_path_(current_path), in DownloadItemImpl()240 current_path_(path), in DownloadItemImpl()340 callback.Run(current_path_); in StealDangerousDownload()342 current_path_.clear(); in StealDangerousDownload()426 !current_path_.empty()) { in Cancel()429 base::Bind(base::IgnoreResult(&DeleteDownloadedFile), current_path_)); in Cancel()430 current_path_.clear(); in Cancel()608 return current_path_; in GetFullPath()653 if (current_path_.empty() || file_externally_removed_) { in DeleteFile()663 base::Bind(&DeleteDownloadedFile, current_path_), in DeleteFile()[all …]
408 base::FilePath current_path_; variable