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

  /external/chromium_org/content/public/test/
download_test_observer.h 131 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
  /external/chromium/chrome/browser/download/
download_browsertest.cc 80 finished_downloads_at_construction_ = finished_downloads_.size();
105 if (finished_downloads_.size() - finished_downloads_at_construction_
122 // in our final state, note them in |finished_downloads_|
132 finished_it(finished_downloads_.find(*it));
137 if (finished_it == finished_downloads_.end() &&
145 if (finished_it != finished_downloads_.end() &&
165 if (finished_downloads_.find(download) != finished_downloads_.end()) {
171 finished_downloads_.insert(download);
187 std::set<DownloadItem*> finished_downloads_; member in class:__anon1781::DownloadsObserver
    [all...]

Completed in 6278 milliseconds