Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/security/
H A DnsMixedContentBlocker.cpp1136 bool sendPriming = false; in MarkLoadInfoForPriming() local
1140 &sendPriming, in MarkLoadInfoForPriming()
1144 if (sendPriming) { in MarkLoadInfoForPriming()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgLoader.cpp610 bool sendPriming = false; in ShouldLoadCachedImage() local
613 aLoadingContext, &sendPriming, &mixedContentWouldBlock); in ShouldLoadCachedImage()
617 if (sendPriming && mixedContentWouldBlock) { in ShouldLoadCachedImage()