Searched refs:removing_ids_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc266 bool removing = removing_ids_.find(download_id) != removing_ids_.end();
417 if (removing_ids_.empty()) {
422 removing_ids_.insert(download_id);
428 removing_ids_.swap(remove_ids);
H A Ddownload_history.h115 // Removes all |removing_ids_| from |history_|.
129 IdSet removing_ids_; member in class:DownloadHistory

Completed in 54 milliseconds