Home
last modified time | relevance | path

Searched refs:NETWORK_CAPTIVE_PORTAL_PREF (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsIOService.cpp81 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
236 prefBranch->AddObserver(NETWORK_CAPTIVE_PORTAL_PREF, this, true); in Init()
1296 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1298 nsresult rv = prefs->GetBoolPref(NETWORK_CAPTIVE_PORTAL_PREF, &captivePortalEnabled); in PrefsChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsIOService.cpp83 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
241 prefBranch->AddObserver(NETWORK_CAPTIVE_PORTAL_PREF, this, true); in Init()
1231 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1233 prefs->GetBoolPref(NETWORK_CAPTIVE_PORTAL_PREF, &gCaptivePortalEnabled); in PrefsChanged()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsIOService.cpp85 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
219 NETWORK_CAPTIVE_PORTAL_PREF,
1414 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1415 nsresult rv = Preferences::GetBool(NETWORK_CAPTIVE_PORTAL_PREF, in PrefsChanged()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsIOService.cpp85 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
210 NETWORK_CAPTIVE_PORTAL_PREF,
1474 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1475 nsresult rv = Preferences::GetBool(NETWORK_CAPTIVE_PORTAL_PREF, in PrefsChanged()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsIOService.cpp87 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
214 NETWORK_CAPTIVE_PORTAL_PREF,
1537 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1538 nsresult rv = Preferences::GetBool(NETWORK_CAPTIVE_PORTAL_PREF, in PrefsChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIOService.cpp85 #define NETWORK_CAPTIVE_PORTAL_PREF "network.captive-portal-service.enabled" macro
210 NETWORK_CAPTIVE_PORTAL_PREF,
1474 if (!pref || strcmp(pref, NETWORK_CAPTIVE_PORTAL_PREF) == 0) { in PrefsChanged()
1475 nsresult rv = Preferences::GetBool(NETWORK_CAPTIVE_PORTAL_PREF, in PrefsChanged()