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

/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc92 finished_downloads_at_construction_ = finished_downloads_.size();
111 return (finished_downloads_.size() - finished_downloads_at_construction_ >=
122 DownloadSet::const_iterator finished_it(finished_downloads_.find(item));
124 if (finished_it == finished_downloads_.end()) {
203 if (finished_downloads_.find(download) != finished_downloads_.end()) {
209 finished_downloads_.insert(download);
H A Ddownload_test_observer.h131 DownloadSet finished_downloads_; member in class:content::DownloadTestObserver
148 // |finished_downloads_| to track the incoming transitions to final state we
151 // be in our final state (and thus be entered into |finished_downloads_|) when

Completed in 222 milliseconds