Home
last modified time | relevance | path

Searched refs:foundPageIter (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/core/
H A Dplatform.cpp457 auto foundPageIter = std::find_if( in PS_GET() local
461 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
462 if ((*foundPageIter)->Url() == "about:blank") { in PS_GET()
467 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/core/
H A Dplatform.cpp419 auto foundPageIter = std::find_if( in PS_GET() local
423 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
424 if ((*foundPageIter)->Url() == "about:blank") { in PS_GET()
429 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/core/
H A Dplatform.cpp457 auto foundPageIter = std::find_if( in PS_GET() local
461 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
462 if ((*foundPageIter)->Url() == "about:blank") { in PS_GET()
467 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/core/
H A Dplatform.cpp411 auto foundPageIter = std::find_if( in PS_GET() local
415 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
416 if ((*foundPageIter)->Url() == "about:blank") { in PS_GET()
421 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/core/
H A Dplatform.cpp511 auto foundPageIter = std::find_if( in PS_GET() local
515 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
516 if ((*foundPageIter)->Url().EqualsLiteral("about:blank")) { in PS_GET()
521 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A Dplatform.cpp576 auto foundPageIter = std::find_if( in PS_GET() local
580 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
581 if ((*foundPageIter)->Url().EqualsLiteral("about:blank")) { in PS_GET()
586 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/
H A Dplatform.cpp576 auto foundPageIter = std::find_if( in PS_GET() local
580 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET()
581 if ((*foundPageIter)->Url().EqualsLiteral("about:blank")) { in PS_GET()
586 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET()
/dports/www/firefox/firefox-99.0/tools/profiler/core/
H A Dplatform.cpp482 auto foundPageIter = std::find_if( in PS_GET_LOCKLESS() local
486 if (foundPageIter != sInstance->mRegisteredPages.end()) { in PS_GET_LOCKLESS()
487 if ((*foundPageIter)->Url().EqualsLiteral("about:blank")) { in PS_GET_LOCKLESS()
492 sInstance->mRegisteredPages.erase(foundPageIter); in PS_GET_LOCKLESS()