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

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h99 static const int kDangerTypeInvalid; member in class:history::DownloadDatabase
H A Ddownload_database.cc81 const int DownloadDatabase::kDangerTypeInvalid = -1; member in class:history::DownloadDatabase
140 return DownloadDatabase::kDangerTypeInvalid;
143 return DownloadDatabase::kDangerTypeInvalid;
496 if (danger_type == kDangerTypeInvalid) {
556 if (danger_type == kDangerTypeInvalid)

Completed in 138 milliseconds