Home
last modified time | relevance | path

Searched refs:UNWRAP_OBJECT (Results 176 – 200 of 210) sorted by relevance

123456789

/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DBindingUtils.cpp2224 nsresult rv = UNWRAP_OBJECT(HTMLObjectElement, &maybeObjLC, htmlobject); in UpdateReflectorGlobal()
2226 rv = UNWRAP_OBJECT(HTMLEmbedElement, &maybeObjLC, htmlobject); in UpdateReflectorGlobal()
H A DBindingUtils.h154 #define UNWRAP_OBJECT(Interface, obj, value) \ macro
/dports/www/firefox-esr/firefox-91.8.0/dom/notification/
H A DNotification.cpp770 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/notification/
H A DNotification.cpp768 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/www/firefox/firefox-99.0/dom/notification/
H A DNotification.cpp772 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/notification/
H A DNotification.cpp770 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/console/
H A DConsole.cpp475 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob)) && in CustomWriteHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/notification/
H A DNotification.cpp890 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/notification/
H A DNotification.cpp1049 UNWRAP_OBJECT(ServiceWorkerGlobalScope, aGlobal.Get(), scope); in Constructor()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/console/
H A DConsole.cpp413 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob)) && in CustomWriteHandler()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DContentParent.cpp6469 if (NS_FAILED(UNWRAP_OBJECT(JSProcessActorParent, &obj, actor))) { in GetActor()
6505 nsresult rv = UNWRAP_OBJECT(JSProcessActorParent, &obj, actor); in GetActor()
/dports/www/firefox-esr/firefox-91.8.0/dom/console/
H A DConsole.cpp297 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob))) { in CustomWriteHandler()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/console/
H A DConsole.cpp292 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob))) { in CustomWriteHandler()
/dports/www/firefox/firefox-99.0/dom/console/
H A DConsole.cpp297 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob))) { in CustomWriteHandler()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/console/
H A DConsole.cpp297 if (NS_SUCCEEDED(UNWRAP_OBJECT(Blob, aObj, blob))) { in CustomWriteHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCComponents.cpp2058 if (NS_SUCCEEDED(UNWRAP_OBJECT(Window, &global, win))) { in ImportGlobalProperties()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1618 if (NS_WARN_IF(NS_FAILED(UNWRAP_OBJECT(Blob, &aValue.toObject(), blob)))) { in ResolvedCallback()
/dports/www/firefox-esr/firefox-91.8.0/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1711 if (NS_WARN_IF(NS_FAILED(UNWRAP_OBJECT(Blob, &aValue.toObject(), blob)))) { in ResolvedCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1695 if (NS_WARN_IF(NS_FAILED(UNWRAP_OBJECT(Blob, &aValue.toObject(), blob)))) { in ResolvedCallback()
/dports/www/firefox/firefox-99.0/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1710 if (NS_WARN_IF(NS_FAILED(UNWRAP_OBJECT(Blob, &aValue.toObject(), blob)))) { in ResolvedCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xhr/
H A DXMLHttpRequestMainThread.cpp1711 if (NS_WARN_IF(NS_FAILED(UNWRAP_OBJECT(Blob, &aValue.toObject(), blob)))) { in ResolvedCallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCComponents.cpp2533 if (NS_SUCCEEDED(UNWRAP_OBJECT(Window, &global, win))) { in ImportGlobalProperties()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DBindingUtils.h185 #define UNWRAP_OBJECT(Interface, obj, value) \ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DBindingUtils.h213 #define UNWRAP_OBJECT(Interface, obj, value) \ macro
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DBindingUtils.h156 #define UNWRAP_OBJECT(Interface, obj, value) \ macro

123456789