HomeSort by relevance Sort by last modified time
    Searched refs:kStateCancelled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
download_database.h 94 static const int kStateCancelled;
download_database.cc 77 const int DownloadDatabase::kStateCancelled = 2;
96 case DownloadItem::CANCELLED: return DownloadDatabase::kStateCancelled;
110 case DownloadDatabase::kStateCancelled: return DownloadItem::CANCELLED;

Completed in 151 milliseconds