Searched refs:GetNextDownloadId (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Ddownload_database.h31 void GetNextDownloadId(uint32* id);
H A Ddownload_database.cc299 void DownloadDatabase::GetNextDownloadId(uint32* id) { function in class:history::DownloadDatabase
308 // 0 = kInvalidId, so GetNextDownloadId() will set *id = kInvalidId + 1.
310 // then max(id) will return <= kInvalidId, so GetNextDownloadId should return
344 // the max(id) logic in GetNextDownloadId().
H A Dhistory_backend.h311 void GetNextDownloadId(uint32* next_id);
H A Dhistory_service.h456 void GetNextDownloadId(const content::DownloadIdCallback& callback);
H A Dhistory_service.cc791 void HistoryService::GetNextDownloadId( function in class:HistoryService
799 base::Bind(&HistoryBackend::GetNextDownloadId,
H A Dhistory_backend.cc1226 void HistoryBackend::GetNextDownloadId(uint32* next_id) { function in class:history::HistoryBackend
1228 db_->GetNextDownloadId(next_id);
/external/chromium_org/chrome/browser/download/
H A Ddownload_service.cc58 history->GetNextDownloadId(base::Bind(

Completed in 118 milliseconds