Home | History | Annotate | Download | only in download

Lines Matching refs:DownloadHistory

18 const int DownloadHistory::kUninitializedHandle = 0;
20 DownloadHistory::DownloadHistory(Profile* profile)
26 DownloadHistory::~DownloadHistory() {
29 void DownloadHistory::Load(HistoryService::DownloadQueryCallback* callback) {
42 void DownloadHistory::AddEntry(
68 void DownloadHistory::UpdateEntry(DownloadItem* download_item) {
84 void DownloadHistory::UpdateDownloadPath(DownloadItem* download_item,
96 void DownloadHistory::RemoveEntry(DownloadItem* download_item) {
107 void DownloadHistory::RemoveEntriesBetween(const base::Time remove_begin,
115 int64 DownloadHistory::GetNextFakeDbHandle() {