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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerUtils.h80 class NS_COM nsGetServiceByContractID : public nsCOMPtr_helper class in inherits:nsCOMPtr_helper
83 nsGetServiceByContractID( const char* aContractID, nsISupports* aServiceManager, nsresult* aErrorPtr ) function in class:nsGetServiceByContractID
91 ~nsGetServiceByContractID() {}
102 const nsGetServiceByContractID
105 return nsGetServiceByContractID(aContractID, 0, error);
109 const nsGetServiceByContractID
112 return nsGetServiceByContractID(aContractID, aServiceManager, error);
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsServiceManagerUtils.h80 class NS_COM nsGetServiceByContractID : public nsCOMPtr_helper class in inherits:nsCOMPtr_helper
83 nsGetServiceByContractID( const char* aContractID, nsISupports* aServiceManager, nsresult* aErrorPtr ) function in class:nsGetServiceByContractID
100 const nsGetServiceByContractID
103 return nsGetServiceByContractID(aContractID, 0, error);
107 const nsGetServiceByContractID
110 return nsGetServiceByContractID(aContractID, aServiceManager, error);

Completed in 42 milliseconds