Searched refs:destination_error_ (Results 1 – 2 of 2) sorted by relevance
144 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()
524 DownloadInterruptReason destination_error_; variable