Searched refs:PyXPCOM_XPTStub (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGStub.cpp52 void *PyXPCOM_XPTStub::ThisAsIID(const nsIID &iid)
64 PyXPCOM_XPTStub::GetInterfaceInfo(nsIInterfaceInfo** info)
83 PyXPCOM_XPTStub::CallMethod(PRUint16 methodIndex,
H A DPyXPCOM.h555 class PYXPCOM_EXPORT PyXPCOM_XPTStub : public PyG_Base, public nsXPTCStubBase class in inherits:PyG_Base,nsXPTCStubBase
572 PyXPCOM_XPTStub(PyObject *instance, const nsIID &iid) : PyG_Base(instance, iid) {;} function in class:PyXPCOM_XPTStub
H A DPyISupports.cpp354 return PyXPCOM_XPTStub::AutoWrapPythonInstance(ob, iid, ppv);
H A DPyGBase.cpp85 ret = new PyXPCOM_XPTStub(pPyInstance, iid);
104 NS_PRECONDITION(instance, "NULL PyObject for PyXPCOM_XPTStub!");
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp289 nsresult r = PyXPCOM_XPTStub::CreateNew(ob, iid, getter_AddRefs(ret));

Completed in 63 milliseconds