Searched refs:m_pBaseObject (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyGBase.cpp98 m_pBaseObject = GetDefaultGateway(instance);
166 if (m_pBaseObject)
167 m_pBaseObject->Release();
348 if ( (m_pBaseObject==NULL || !iid.Equals(NS_GET_IID(nsISupports)))
355 if (m_pBaseObject != NULL)
356 return m_pBaseObject->QueryInterface(iid, ppv);
416 if (m_pBaseObject == NULL)
427 if (m_pBaseObject == NULL)
440 if (m_pBaseObject) {
442 return m_pBaseObject
[all...]
H A DPyXPCOM.h538 PyG_Base *m_pBaseObject; // A chain to implement identity rules. member in class:PyG_Base

Completed in 34 milliseconds