Home
last modified time | relevance | path

Searched refs:DownloadState (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item.h41 enum DownloadState { enum
244 DownloadState state() const { return state_; } in state()
349 DownloadState state_;
Ddownload_item.cc75 const char* DebugDownloadStateString(DownloadItem::DownloadState state) { in DebugDownloadStateString()
128 state_(static_cast<DownloadState>(info.state)), in DownloadItem()
Ddownload_browsertest.cc70 DownloadItem::DownloadState download_finished_state, in DownloadsObserver()
212 DownloadItem::DownloadState download_finished_state_;
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc235 std::map<DownloadItem::DownloadState, std::string> state_to_string; in GetDictionaryFromDownloadItem()