Home
last modified time | relevance | path

Searched refs:finished_it (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Ddownload_test_observer.cc121 DownloadSet::const_iterator finished_it(finished_downloads_.find(item)); in OnDownloadCreated() local
123 if (finished_it == finished_downloads_.end()) { in OnDownloadCreated()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkhomeview_p.h1532 QList<MyMoneySchedule>::Iterator finished_it; in showCashFlowSummary() local
1533 for (finished_it = schedule.begin(); finished_it != schedule.end();) { in showCashFlowSummary()
1534 if ((*finished_it).isFinished()) { in showCashFlowSummary()
1535 finished_it = schedule.erase(finished_it); in showCashFlowSummary()
1538 ++finished_it; in showCashFlowSummary()