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

  /external/chromium/chrome/browser/download/
download_history.h 21 class DownloadHistory {
27 explicit DownloadHistory(Profile* profile);
28 ~DownloadHistory();
66 DISALLOW_COPY_AND_ASSIGN(DownloadHistory);
download_history.cc 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)
    [all...]

Completed in 29 milliseconds