Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCComponents.cpp2609 class ComponentsSH : public nsIXPCScriptable { class
2611 explicit constexpr ComponentsSH(unsigned dummy) {} in ComponentsSH() function in ComponentsSH
2624 static ComponentsSH singleton;
2627 ComponentsSH ComponentsSH::singleton(0);
2630 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
2631 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { in NS_IMETHODIMP_()
2635 NS_IMPL_QUERY_INTERFACE(ComponentsSH, nsIXPCScriptable) in NS_IMPL_QUERY_INTERFACE() argument
2644 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, 0, NSXPCCOMPONENTS_CID)
2648 #define XPC_MAP_CLASSNAME ComponentsSH
2654 ComponentsSH::PreCreate(nsISupports* nativeObj, JSContext* cx,
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCComponents.cpp2628 class ComponentsSH : public nsIXPCScriptable { class
2630 explicit constexpr ComponentsSH(unsigned dummy) {} in ComponentsSH() function in ComponentsSH
2643 static ComponentsSH singleton;
2646 ComponentsSH ComponentsSH::singleton(0);
2649 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
2650 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { in NS_IMETHODIMP_()
2654 NS_IMPL_QUERY_INTERFACE(ComponentsSH, nsIXPCScriptable) in NS_IMPL_QUERY_INTERFACE() argument
2663 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, 0, NSXPCCOMPONENTS_CID)
2667 #define XPC_MAP_CLASSNAME ComponentsSH
2673 ComponentsSH::PreCreate(nsISupports* nativeObj, JSContext* cx,
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCComponents.cpp2609 class ComponentsSH : public nsIXPCScriptable { class
2611 explicit constexpr ComponentsSH(unsigned dummy) {} in ComponentsSH() function in ComponentsSH
2624 static ComponentsSH singleton;
2627 ComponentsSH ComponentsSH::singleton(0);
2630 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
2631 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { in NS_IMETHODIMP_()
2635 NS_IMPL_QUERY_INTERFACE(ComponentsSH, nsIXPCScriptable) in NS_IMPL_QUERY_INTERFACE() argument
2644 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, 0, NSXPCCOMPONENTS_CID)
2648 #define XPC_MAP_CLASSNAME ComponentsSH
2654 ComponentsSH::PreCreate(nsISupports* nativeObj, JSContext* cx,
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCComponents.cpp2607 class ComponentsSH : public nsIXPCScriptable { class
2609 explicit constexpr ComponentsSH(unsigned dummy) {} in ComponentsSH() function in ComponentsSH
2622 static ComponentsSH singleton;
2625 ComponentsSH ComponentsSH::singleton(0);
2628 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
2629 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { in NS_IMETHODIMP_()
2633 NS_IMPL_QUERY_INTERFACE(ComponentsSH, nsIXPCScriptable) in NS_IMPL_QUERY_INTERFACE() argument
2642 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, 0, NSXPCCOMPONENTS_CID)
2646 #define XPC_MAP_CLASSNAME ComponentsSH
2652 ComponentsSH::PreCreate(nsISupports* nativeObj, JSContext* cx,
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCComponents.cpp2929 class ComponentsSH : public nsIXPCScriptable { class
2931 explicit constexpr ComponentsSH(unsigned dummy) {} in ComponentsSH() function in ComponentsSH
2944 static ComponentsSH singleton;
2947 ComponentsSH ComponentsSH::singleton(0);
2950 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
2951 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { in NS_IMETHODIMP_()
2955 NS_IMPL_QUERY_INTERFACE(ComponentsSH, nsIXPCScriptable) in NS_IMPL_QUERY_INTERFACE() argument
2971 NS_IMPL_CLASSINFO(nsXPCComponentsBase, &ComponentsSH::Get,
2975 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, nsIClassInfo::DOM_OBJECT,
2988 #define XPC_MAP_CLASSNAME ComponentsSH
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCComponents.cpp3491 class ComponentsSH : public nsIXPCScriptable class
3494 explicit constexpr ComponentsSH(unsigned dummy) in ComponentsSH() function in ComponentsSH
3510 static ComponentsSH singleton;
3513 ComponentsSH ComponentsSH::singleton(0);
3516 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::AddRef(void) { return 1; } in NS_IMETHODIMP_()
3517 NS_IMETHODIMP_(MozExternalRefCountType) ComponentsSH::Release(void) { return 1; } in NS_IMETHODIMP_()
3519 NS_INTERFACE_MAP_BEGIN(ComponentsSH)
3532 NS_IMPL_CLASSINFO(nsXPCComponentsBase, &ComponentsSH::Get, nsIClassInfo::DOM_OBJECT, NSXPCCOMPONENT…
3535 NS_IMPL_CLASSINFO(nsXPCComponents, &ComponentsSH::Get, nsIClassInfo::DOM_OBJECT, NSXPCCOMPONENTS_CI…
3547 #define XPC_MAP_CLASSNAME ComponentsSH
[all …]