Searched refs:destination_error_ (Results 1 – 2 of 2) sorted by relevance
159 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()1071 destination_error_ = reason; in DestinationError()1246 if (DOWNLOAD_INTERRUPT_REASON_NONE != destination_error_) { in OnDownloadRenamedToIntermediateName()1252 Interrupt(destination_error_); in OnDownloadRenamedToIntermediateName()1253 destination_error_ = DOWNLOAD_INTERRUPT_REASON_NONE; in OnDownloadRenamedToIntermediateName()
535 DownloadInterruptReason destination_error_; variable