HomeSort by relevance Sort by last modified time
    Searched refs:next_download_id_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 162 next_download_id_(content::DownloadItem::kInvalidId),
181 next_download_id_ = next_id;
199 if (next_download_id_ == content::DownloadItem::kInvalidId) {
210 DCHECK_NE(content::DownloadItem::kInvalidId, next_download_id_);
211 callback.Run(next_download_id_++);
chrome_download_manager_delegate.h 161 uint32 next_download_id_; member in class:ChromeDownloadManagerDelegate
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 440 next_download_id_(0) {
500 uint32 id = next_download_id_;
501 ++next_download_id_;
574 uint32 next_download_id_; member in class:content::DownloadManagerTest

Completed in 394 milliseconds