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()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()
535 DownloadInterruptReason destination_error_; variable