Searched refs:kStateCancelled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h94 static const int kStateCancelled; member in class:history::DownloadDatabase
H A Ddownload_database.cc77 const int DownloadDatabase::kStateCancelled = 2; member in class:history::DownloadDatabase
96 case DownloadItem::CANCELLED: return DownloadDatabase::kStateCancelled;
110 case DownloadDatabase::kStateCancelled: return DownloadItem::CANCELLED;

Completed in 164 milliseconds