Home | History | Annotate | Download | only in download

Lines Matching refs:id

33 // ID (unique integer created in the IO thread) to the DownloadManager for the
82 void UpdateDownload(int id, DownloadBuffer* buffer);
88 void OnResponseCompleted(int id,
98 void CancelDownload(int id);
99 void CompleteDownload(int id);
105 // .crdownload name for the download specified by |id|.
106 void RenameInProgressDownloadFile(int id, const FilePath& full_path);
109 // download specified by |id|.
113 void RenameCompletingDownloadFile(int id,
149 DownloadFile* GetDownloadFile(int id);
153 void CancelDownloadOnRename(int id);
155 // Erases the download file with the given the download |id| and removes
157 void EraseDownload(int id);
159 // Unique ID for each DownloadFile.