Home
last modified time | relevance | path

Searched refs:ShouldBlockInsecureRequests (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/geolocation/
H A DGeolocation.h205 bool ShouldBlockInsecureRequests() const;
H A DGeolocation.cpp923 bool Geolocation::ShouldBlockInsecureRequests() const { in ShouldBlockInsecureRequests() function in Geolocation
995 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in GetCurrentPosition()
1063 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in WatchPosition()
/dports/www/firefox/firefox-99.0/dom/geolocation/
H A DGeolocation.h208 bool ShouldBlockInsecureRequests() const;
H A DGeolocation.cpp945 bool Geolocation::ShouldBlockInsecureRequests() const { in ShouldBlockInsecureRequests() function in Geolocation
1025 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in GetCurrentPosition()
1101 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in WatchPosition()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/geolocation/
H A DGeolocation.h205 bool ShouldBlockInsecureRequests() const;
H A DGeolocation.cpp923 bool Geolocation::ShouldBlockInsecureRequests() const { in ShouldBlockInsecureRequests() function in Geolocation
995 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in GetCurrentPosition()
1063 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in WatchPosition()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/geolocation/
H A DGeolocation.h205 bool ShouldBlockInsecureRequests() const;
H A DGeolocation.cpp960 bool Geolocation::ShouldBlockInsecureRequests() const { in ShouldBlockInsecureRequests() function in Geolocation
1037 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in GetCurrentPosition()
1110 if (!StaticPrefs::geo_enabled() || ShouldBlockInsecureRequests() || in WatchPosition()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/geolocation/
H A DnsGeolocation.h198 bool ShouldBlockInsecureRequests() const;
H A DnsGeolocation.cpp1091 bool Geolocation::ShouldBlockInsecureRequests() const { in ShouldBlockInsecureRequests() function in Geolocation
1169 if (!sGeoEnabled || ShouldBlockInsecureRequests() || in GetCurrentPosition()
1247 if (!sGeoEnabled || ShouldBlockInsecureRequests() || in WatchPosition()