Searched defs:DownloadDatabase (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
H A Ddownload_database.h21 class DownloadDatabase { class in namespace:history
24 DownloadDatabase();
25 virtual ~DownloadDatabase();
66 DISALLOW_COPY_AND_ASSIGN(DownloadDatabase);
H A Ddownload_database.cc57 DownloadDatabase::DownloadDatabase() { function in class:history::DownloadDatabase
60 DownloadDatabase::~DownloadDatabase() {
63 bool DownloadDatabase::InitDownloadTable() {
79 bool DownloadDatabase::DropDownloadTable() {
83 void DownloadDatabase::QueryDownloads(
109 bool DownloadDatabase::UpdateDownload(int64 received_bytes,
125 bool DownloadDatabase::UpdateDownloadPath(const FilePath& path,
138 bool DownloadDatabase
[all...]

Completed in 75 milliseconds