Searched defs:DConnectStub (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1516 class DConnectStub : public nsXPTCStubBase class in inherits:nsXPTCStubBase
1521 DConnectStub(nsIInterfaceInfo *aIInfo, function in class:DConnectStub
1531 NS_HIDDEN ~DConnectStub();
1561 DConnectStub *mCachedISupports;
1569 DConnectStub::AddRefIPC()
1594 DConnectStub **result)
1608 // we also need the stub lock which protects DConnectStub::mRefCntLevels and
1612 DConnectStub *stub = nsnull;
1619 stub = new DConnectStub(iinfo, instance, peer);
1657 // if the interface pointer references a DConnectStub correspondin
[all...]

Completed in 51 milliseconds