Searched refs:nsGetServiceByContractID (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsIServiceManagerUtils.h | 80 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 D | nsServiceManagerUtils.h | 80 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);
|
H A D | nsComponentManagerUtils.cpp | 112 nsGetServiceByContractID::operator()( const nsIID& aIID, void** aInstancePtr ) const
|
Completed in 2131 milliseconds