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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerUtils.h47 class NS_COM nsGetServiceByCID : public nsCOMPtr_helper class in inherits:nsCOMPtr_helper
50 nsGetServiceByCID( const nsCID& aCID, nsISupports* aServiceManager, nsresult* aErrorPtr ) function in class:nsGetServiceByCID
67 const nsGetServiceByCID
70 return nsGetServiceByCID(aCID, 0, error);
74 const nsGetServiceByCID
77 return nsGetServiceByCID(aCID, aServiceManager, error);
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsServiceManagerUtils.h47 class NS_COM nsGetServiceByCID : public nsCOMPtr_helper class in inherits:nsCOMPtr_helper
50 nsGetServiceByCID( const nsCID& aCID, nsISupports* aServiceManager, nsresult* aErrorPtr ) function in class:nsGetServiceByCID
67 const nsGetServiceByCID
70 return nsGetServiceByCID(aCID, 0, error);
74 const nsGetServiceByCID
77 return nsGetServiceByCID(aCID, aServiceManager, error);

Completed in 43 milliseconds