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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsServiceManagerObsolete.cpp89 nsServiceManager::RegisterService(const nsCID& aClass, nsISupports* aService) function in class:nsServiceManager
95 return nsComponentManagerImpl::gComponentManager->RegisterService(aClass, aService);
132 nsServiceManager::RegisterService(const char* aContractID, nsISupports* aService) function in class:nsServiceManager
138 return nsComponentManagerImpl::gComponentManager->RegisterService(aContractID, aService);
H A DnsComponentManager.cpp2108 nsComponentManagerImpl::RegisterService(const nsCID& aClass, nsISupports* aService) function in class:nsComponentManagerImpl
2167 nsComponentManagerImpl::RegisterService(const char* aContractID, nsISupports* aService) function in class:nsComponentManagerImpl

Completed in 85 milliseconds