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.cc144 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
193 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
248 destination_error_(content::DOWNLOAD_INTERRUPT_REASON_NONE), in DownloadItemImpl()
1031 destination_error_ = reason; in DestinationError()
1206 if (DOWNLOAD_INTERRUPT_REASON_NONE != destination_error_) { in OnDownloadRenamedToIntermediateName()
1212 Interrupt(destination_error_); in OnDownloadRenamedToIntermediateName()
1213 destination_error_ = DOWNLOAD_INTERRUPT_REASON_NONE; in OnDownloadRenamedToIntermediateName()
Ddownload_item_impl.h524 DownloadInterruptReason destination_error_; variable