Searched refs:DownloadState (Results 1 – 4 of 4) sorted by relevance
41 enum DownloadState { enum244 DownloadState state() const { return state_; } in state()349 DownloadState state_;
75 const char* DebugDownloadStateString(DownloadItem::DownloadState state) { in DebugDownloadStateString()128 state_(static_cast<DownloadState>(info.state)), in DownloadItem()
70 DownloadItem::DownloadState download_finished_state, in DownloadsObserver()212 DownloadItem::DownloadState download_finished_state_;
235 std::map<DownloadItem::DownloadState, std::string> state_to_string; in GetDictionaryFromDownloadItem()