Home
last modified time | relevance | path

Searched refs:account_it (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dstore_metrics_reporter.cc105 auto account_it = account_store_results_.begin(); in ReportMetrics() local
106 while (account_it != account_store_results_.end()) { in ReportMetrics()
110 profile_it->first < account_it->first) { in ReportMetrics()
117 account_it->first == profile_it->first) { in ReportMetrics()
119 if (account_it->second == profile_it->second) in ReportMetrics()
131 ++account_it; in ReportMetrics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/identity/
H A Didentity_api.cc97 auto account_it = std::find_if(accounts.begin(), accounts.end(), in EraseStaleGaiaIdsForAllExtensions() local
101 if (account_it == accounts.end()) { in EraseStaleGaiaIdsForAllExtensions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkhomeview_p.h1634 QList<MyMoneyAccount>::const_iterator account_it; in showCashFlowSummary() local
1640 for (account_it = accounts.constBegin(); account_it != accounts.constEnd();) { in showCashFlowSummary()
1641 if (!(*account_it).isClosed()) { in showCashFlowSummary()
1642 switch ((*account_it).accountType()) { in showCashFlowSummary()
1647 … MyMoneyMoney value = MyMoneyFile::instance()->balance((*account_it).id(), QDate::currentDate()); in showCashFlowSummary()
1649 if ((*account_it).currencyId() != file->baseCurrency().id()) { in showCashFlowSummary()
1650 …const auto curPrice = file->price((*account_it).tradingCurrencyId(), file->baseCurrency().id(), QD… in showCashFlowSummary()
1663 value = MyMoneyFile::instance()->balance((*account_it).id(), QDate::currentDate()); in showCashFlowSummary()
1665 if ((*account_it).currencyId() != file->baseCurrency().id()) { in showCashFlowSummary()
1666 …const auto curPrice = file->price((*account_it).tradingCurrencyId(), file->baseCurrency().id(), QD… in showCashFlowSummary()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/identity/
H A Didentity_api.cc222 auto account_it = std::find_if(accounts.begin(), accounts.end(), in EraseStaleGaiaIdsForAllExtensions() local
226 if (account_it == accounts.end()) { in EraseStaleGaiaIdsForAllExtensions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyfile.cpp230 QList<MyMoneyAccount>::const_iterator account_it; in priceChanged() local
231 for (account_it = accList.constBegin(); account_it != accList.constEnd(); ++account_it) { in priceChanged()
232 QString currencyId = account_it->currencyId(); in priceChanged()
235 m_valueChangedSet.insert(account_it->id()); in priceChanged()
2352 QList<MyMoneyAccount>::const_iterator account_it; in consistencyCheck() local
2353 for (account_it = accList.constBegin(); account_it != accList.constEnd(); ++account_it) { in consistencyCheck()
2354 MyMoneyAccount account = *account_it; in consistencyCheck()