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

  /external/chromium_org/chrome/browser/history/
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...]
download_database.h 25 class DownloadDatabase {
28 DownloadDatabase();
29 virtual ~DownloadDatabase();
122 // and DownloadDatabase constants.
138 DISALLOW_COPY_AND_ASSIGN(DownloadDatabase);
history_database.h 40 class HistoryDatabase : public DownloadDatabase,
history_unittest.cc 850 EXPECT_EQ(DownloadDatabase::kStateInProgress, statement1.ColumnInt(0));
880 EXPECT_EQ(DownloadDatabase::kStateInterrupted, statement1.ColumnInt(0));
    [all...]

Completed in 210 milliseconds