Searched defs:DownloadInfo (Results 1 – 5 of 5) sorted by relevance
27 struct DownloadInfo { struct47 bool operator<(const DownloadInfo &downloadInfo) const argument58 return std::string("DownloadInfo: ") in ToString() argument
62 typedef struct DownloadInfo { struct67 } DownloadInfo; typedef
225 struct DownloadInfo { struct231 impl DownloadInfo { impl
224 struct DownloadInfo { struct230 impl DownloadInfo { implementation
291 struct DownloadInfo { struct292 uint32_t downloadId;294 std::string fileName;295 std::string filePath;296 PausedReason pausedReason;297 DownloadStatus status;298 std::string url;299 std::string downloadTitle;300 int64_t downloadTotalBytes;301 std::string description;[all …]