Home
last modified time | relevance | path

Searched refs:IsSecureContextOrObjectIsFromSecureContext (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DDOMJSClass.h61 IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, JSObject* aObj) in IsSecureContextOrObjectIsFromSecureContext() function
128 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DDOMJSClass.h60 inline bool IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, in IsSecureContextOrObjectIsFromSecureContext() function
127 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DDOMJSClass.h67 inline bool IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, in IsSecureContextOrObjectIsFromSecureContext() function
126 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DDOMJSClass.h68 inline bool IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, in IsSecureContextOrObjectIsFromSecureContext() function
128 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DDOMJSClass.h68 inline bool IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, in IsSecureContextOrObjectIsFromSecureContext() function
129 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DDOMJSClass.h68 inline bool IsSecureContextOrObjectIsFromSecureContext(JSContext* aCx, in IsSecureContextOrObjectIsFromSecureContext() function
128 if (secureContext && !IsSecureContextOrObjectIsFromSecureContext(cx, obj)) { in isEnabled()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainer.cpp100 if (IsSecureContextOrObjectIsFromSecureContext(aCx, global)) { in IsEnabled()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerContainer.cpp99 if (IsSecureContextOrObjectIsFromSecureContext(aCx, global)) { in IsEnabled()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerContainer.cpp102 if (IsSecureContextOrObjectIsFromSecureContext(aCx, global)) { in IsEnabled()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerContainer.cpp100 if (IsSecureContextOrObjectIsFromSecureContext(aCx, global)) { in IsEnabled()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DNavigator.cpp1782 (IsSecureContextOrObjectIsFromSecureContext(cx, obj) || in HasUserMediaSupport()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DNavigator.cpp1757 (IsSecureContextOrObjectIsFromSecureContext(cx, obj) || in HasUserMediaSupport()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DNavigator.cpp1782 (IsSecureContextOrObjectIsFromSecureContext(cx, obj) || in HasUserMediaSupport()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DSandbox.cpp1066 bool hasSecureContext = IsSecureContextOrObjectIsFromSecureContext(cx, obj); in Define()
/dports/www/firefox/firefox-99.0/dom/base/
H A DNavigator.cpp1863 (IsSecureContextOrObjectIsFromSecureContext(cx, obj) || in HasUserMediaSupport()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DSandbox.cpp1066 bool hasSecureContext = IsSecureContextOrObjectIsFromSecureContext(cx, obj); in Define()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DSandbox.cpp1055 bool hasSecureContext = IsSecureContextOrObjectIsFromSecureContext(cx, obj); in Define()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DSandbox.cpp1171 bool hasSecureContext = IsSecureContextOrObjectIsFromSecureContext(cx, obj); in Define()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsGlobalWindowInner.cpp2772 return IsSecureContextOrObjectIsFromSecureContext(aCx, aObj) || in OfflineCacheAllowedForContext()
2785 return IsSecureContextOrObjectIsFromSecureContext(aCx, aObj) || in RegisterProtocolHandlerAllowedForContext()