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

  /external/chromium/chrome/browser/download/
download_item.h 276 bool is_temporary() const { return is_temporary_; }
406 bool is_temporary_; member in class:DownloadItem
download_item.cc 144 is_temporary_(false),
187 is_temporary_(!info.save_info.file_path.empty()),
224 is_temporary_(false),
  /external/chromium_org/content/browser/download/
download_item_impl.cc 142 is_temporary_(false),
191 is_temporary_(!info.save_info->file_path.empty()),
246 is_temporary_(false),
477 return is_temporary_;
756 is_temporary_ = temporary;
    [all...]
download_item_impl.h 511 bool is_temporary_; member in class:content::DownloadItemImpl

Completed in 240 milliseconds