Searched defs:GetNextDownloadId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/history/
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_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);

Completed in 53 milliseconds