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

  /external/chromium_org/chrome/browser/download/
download_history.cc 19 // database, so QueryCallback() uses |loading_id_| to disable adding these items
211 loading_id_(content::DownloadItem::kInvalidId),
247 // resetting the loading_id_. So one of the two conditions below will hold for
251 download->GetId() == loading_id_;
261 loading_id_ = it->id;
263 loading_id_,
378 if (item->GetId() == loading_id_) {
381 loading_id_ = content::DownloadItem::kInvalidId;
download_history.h 136 uint32 loading_id_; member in class:DownloadHistory

Completed in 661 milliseconds