Home
last modified time | relevance | path

Searched refs:destination_error_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_item_impl.cc159 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
210 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
265 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
1069 destination_error_ = reason; in DestinationError()
1244 if (DOWNLOAD_INTERRUPT_REASON_NONE != destination_error_) { in OnDownloadRenamedToIntermediateName()
1250 Interrupt(destination_error_); in OnDownloadRenamedToIntermediateName()
1251 destination_error_ = DOWNLOAD_INTERRUPT_REASON_NONE; in OnDownloadRenamedToIntermediateName()
Ddownload_item_impl.h535 DownloadInterruptReason destination_error_; variable