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

  /external/chromium/chrome/browser/download/
download_item.cc 53 void DeleteDownloadedFile(const FilePath& path) {
425 NewRunnableFunction(&DeleteDownloadedFile, full_path_));
  /external/chromium_org/content/browser/download/
download_item_impl.cc 60 void DeleteDownloadedFile(const base::FilePath& path) {
409 base::Bind(&DeleteDownloadedFile, current_path_));
623 base::Bind(&DeleteDownloadedFile, current_path_),
    [all...]

Completed in 457 milliseconds