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

  /external/chromium_org/content/browser/download/
download_item_impl.cc 131 current_path_(current_path),
240 current_path_(path),
340 callback.Run(current_path_);
342 current_path_.clear();
426 !current_path_.empty()) {
429 base::Bind(base::IgnoreResult(&DeleteDownloadedFile), current_path_));
430 current_path_.clear();
608 return current_path_;
653 if (current_path_.empty() || file_externally_removed_) {
663 base::Bind(&DeleteDownloadedFile, current_path_),
    [all...]
download_item_impl.h 358 // resets |current_path_|.
406 // |target_path_|. |current_path_| can be empty if the in-progress path hasn't
408 base::FilePath current_path_; member in class:content::DownloadItemImpl
411 // temporary or intermediate file (specified by |current_path_|. Once the

Completed in 41 milliseconds