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

  /external/chromium_org/chrome/browser/history/
download_database.h 25 class DownloadDatabase {
28 DownloadDatabase();
29 virtual ~DownloadDatabase();
122 // and DownloadDatabase constants.
138 DISALLOW_COPY_AND_ASSIGN(DownloadDatabase);
download_database.cc 74 const int DownloadDatabase::kStateInvalid = -1;
75 const int DownloadDatabase::kStateInProgress = 0;
76 const int DownloadDatabase::kStateComplete = 1;
77 const int DownloadDatabase::kStateCancelled = 2;
78 const int DownloadDatabase::kStateBug140687 = 3;
79 const int DownloadDatabase::kStateInterrupted = 4;
81 const int DownloadDatabase::kDangerTypeInvalid = -1;
82 const int DownloadDatabase::kDangerTypeNotDangerous = 0;
83 const int DownloadDatabase::kDangerTypeDangerousFile = 1;
84 const int DownloadDatabase::kDangerTypeDangerousUrl = 2
    [all...]

Completed in 34 milliseconds