Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DCaptivePortalService.cpp16 static const char kCaptivePortalLoginSuccessEvent[] = "captive-portal-login-success"; variable
126 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
301 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DCaptivePortalService.cpp17 static const char kCaptivePortalLoginSuccessEvent[] = variable
122 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
298 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DCaptivePortalService.cpp19 static const char kCaptivePortalLoginSuccessEvent[] = variable
125 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
307 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DCaptivePortalService.cpp19 static const char kCaptivePortalLoginSuccessEvent[] = variable
125 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
307 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DCaptivePortalService.cpp19 static const char kCaptivePortalLoginSuccessEvent[] = variable
137 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
319 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DCaptivePortalService.cpp20 static const char kCaptivePortalLoginSuccessEvent[] = variable
134 observerService->AddObserver(this, kCaptivePortalLoginSuccessEvent, true); in Initialize()
321 } else if (!strcmp(aTopic, kCaptivePortalLoginSuccessEvent)) { in Observe()
/dports/www/firefox/firefox-99.0/toolkit/components/captivedetect/
H A DCaptiveDetect.jsm23 const kCaptivePortalLoginSuccessEvent = "captive-portal-login-success";
453 type: kCaptivePortalLoginSuccessEvent,
456 this._sendEvent(kCaptivePortalLoginSuccessEvent, details);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/captivedetect/
H A DCaptiveDetect.jsm23 const kCaptivePortalLoginSuccessEvent = "captive-portal-login-success";
441 type: kCaptivePortalLoginSuccessEvent,
444 this._sendEvent(kCaptivePortalLoginSuccessEvent, details);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/captivedetect/
H A DCaptiveDetect.jsm23 const kCaptivePortalLoginSuccessEvent = "captive-portal-login-success";
441 type: kCaptivePortalLoginSuccessEvent,
444 this._sendEvent(kCaptivePortalLoginSuccessEvent, details);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/captivedetect/
H A DCaptiveDetect.jsm23 const kCaptivePortalLoginSuccessEvent = "captive-portal-login-success";
441 type: kCaptivePortalLoginSuccessEvent,
444 this._sendEvent(kCaptivePortalLoginSuccessEvent, details);