Searched refs:nsIInternalPython (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp184 return (nsISupports *)(nsIInternalPython *)this;
187 if (iid.Equals(NS_GET_IID(nsIInternalPython)))
188 return (nsISupports *)(nsIInternalPython *)this;
770 nsresult nr = pWeakRef->QueryReferent( NS_GET_IID(nsIInternalPython), (void **)&pip);
773 return (PyG_Base *)(nsIInternalPython *)pip;
H A DPyXPCOM.h479 class nsIInternalPython : public nsISupports { class in inherits:nsISupports
488 class PYXPCOM_EXPORT PyG_Base : public nsIInternalPython, public nsISupportsWeakReference
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp309 nsIInternalPython *iob = NULL;
316 if (NS_FAILED(uob->QueryInterface(NS_GET_IID(nsIInternalPython), reinterpret_cast<void **>(&iob)))) {
771 REGISTER_IID(nsIInternalPython);

Completed in 36 milliseconds