Searched refs:DownloadDatabase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc74 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
171 DownloadDatabase::DownloadDatabase() function in class:history::DownloadDatabase
[all...]
H A Ddownload_database.h25 class DownloadDatabase { class in namespace:history
28 DownloadDatabase();
29 virtual ~DownloadDatabase();
122 // and DownloadDatabase constants.
138 DISALLOW_COPY_AND_ASSIGN(DownloadDatabase);
H A Dhistory_database.h41 class HistoryDatabase : public DownloadDatabase,
H A Dhistory_unittest.cc849 EXPECT_EQ(DownloadDatabase::kStateInProgress, statement1.ColumnInt(0));
879 EXPECT_EQ(DownloadDatabase::kStateInterrupted, statement1.ColumnInt(0));

Completed in 545 milliseconds