Lines Matching refs:nsComponentManagerImpl

368     mLocation = ArenaStrndup(aLocation, locationlen, &nsComponentManagerImpl::gComponentManager->mArena);
406 mLocation = ArenaStrdup(aLocation, &nsComponentManagerImpl::gComponentManager->mArena);
631 nsComponentManagerImpl *cm = NS_STATIC_CAST(nsComponentManagerImpl *, data);
661 nsComponentManagerImpl *cm = NS_STATIC_CAST(nsComponentManagerImpl *, data);
697 // nsComponentManagerImpl
701 nsComponentManagerImpl::nsComponentManagerImpl()
716 nsresult nsComponentManagerImpl::Init(void)
764 mMon = nsAutoMonitor::NewMonitor("nsComponentManagerImpl");
852 nsresult nsComponentManagerImpl::Shutdown(void)
918 nsComponentManagerImpl::~nsComponentManagerImpl()
931 NS_IMPL_THREADSAFE_ISUPPORTS8(nsComponentManagerImpl,
943 nsComponentManagerImpl::GetInterface(const nsIID & uuid, void **result)
960 // nsComponentManagerImpl: Platform methods
1032 nsComponentManagerImpl::ReadPersistentRegistry()
1402 nsComponentManagerImpl::WritePersistentRegistry()
1510 nsComponentManagerImpl::HashContractID(const char *aContractID,
1548 nsComponentManagerImpl::LoadFactory(nsFactoryEntry *aEntry,
1569 nsComponentManagerImpl::GetFactoryEntry(const char *aContractID,
1592 nsComponentManagerImpl::GetFactoryEntry(const nsCID &aClass)
1622 nsComponentManagerImpl::FindFactory(const nsCID &aClass,
1637 nsComponentManagerImpl::FindFactory(const char *contractID,
1658 nsComponentManagerImpl::GetClassObject(const nsCID &aClass, const nsIID &aIID,
1690 nsComponentManagerImpl::GetClassObjectByContractID(const char *contractID,
1725 nsComponentManagerImpl::ContractIDToClassID(const char *aContractID, nsCID *aClass)
1766 nsComponentManagerImpl::CLSIDToContractID(const nsCID &aClass,
1791 nsComponentManagerImpl::AddPendingCID(const nsCID &aClass)
1816 nsComponentManagerImpl::RemovePendingCID(const nsCID &aClass)
1829 nsComponentManagerImpl::CreateInstance(const nsCID &aClass,
1910 nsComponentManagerImpl::CreateInstanceByContractID(const char *aContractID,
2010 nsComponentManagerImpl::FreeServices()
2030 nsComponentManagerImpl::GetService(const nsCID& aClass,
2108 nsComponentManagerImpl::RegisterService(const nsCID& aClass, nsISupports* aService)
2142 nsComponentManagerImpl::UnregisterService(const nsCID& aClass)
2167 nsComponentManagerImpl::RegisterService(const char* aContractID, nsISupports* aService)
2214 nsComponentManagerImpl::IsServiceInstantiated(const nsCID & aClass,
2256 NS_IMETHODIMP nsComponentManagerImpl::IsServiceInstantiatedByContractID(const char *aContractID,
2302 nsComponentManagerImpl::UnregisterService(const char* aContractID)
2326 nsComponentManagerImpl::GetServiceByContractID(const char* aContractID,
2406 nsComponentManagerImpl::GetService(const nsCID& aClass, const nsIID& aIID,
2414 nsComponentManagerImpl::GetService(const char* aContractID, const nsIID& aIID,
2423 nsComponentManagerImpl::ReleaseService(const nsCID& aClass, nsISupports* service,
2431 nsComponentManagerImpl::ReleaseService(const char* aContractID, nsISupports* service,
2476 nsComponentManagerImpl::RegistryLocationForSpec(nsIFile *aSpec,
2528 nsComponentManagerImpl::SpecForRegistryLocation(const char *aLocation,
2599 nsComponentManagerImpl::RegisterFactory(const nsCID &aClass,
2670 nsComponentManagerImpl::RegisterComponent(const nsCID &aClass,
2688 nsComponentManagerImpl::RegisterComponentWithType(const nsCID &aClass,
2710 nsComponentManagerImpl::RegisterComponentSpec(const nsCID &aClass,
2732 nsComponentManagerImpl::RegisterComponentLib(const nsCID &aClass,
2752 nsComponentManagerImpl::RegisterComponentCommon(const nsCID &aClass,
2842 nsComponentManagerImpl::GetLoaderForType(int aType,
2879 nsComponentManagerImpl::GetLoaderType(const char *typeStr)
2897 nsComponentManagerImpl::AddLoaderType(const char *typeStr, int *aTypeIndex)
2908 "Memory corruption. nsComponentManagerImpl::mLoaderData array overrun.");
2960 nsComponentManagerImpl::DeleteContractIDEntriesByCID(const nsCID* aClass, const char*registryName)
2971 nsComponentManagerImpl::DeleteContractIDEntriesByCID(const nsCID* aClass, nsIFactory* factory)
2981 nsComponentManagerImpl::UnregisterFactory(const nsCID &aClass,
3017 nsComponentManagerImpl::UnregisterComponent(const nsCID &aClass,
3052 nsComponentManagerImpl::UnregisterComponentSpec(const nsCID &aClass,
3063 nsComponentManagerImpl::FreeLibraries(void)
3070 nsComponentManagerImpl::UnloadLibraries(nsIServiceManager *serviceMgr, PRInt32 aWhen)
3114 nsComponentManagerImpl::AutoRegister(PRInt32 when, nsIFile *inDirSpec)
3120 nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when,
3215 nsComponentManagerImpl::AutoRegisterNonNativeComponents(nsIFile* spec)
3256 nsComponentManagerImpl::AutoRegisterComponent(PRInt32 when,
3285 nsComponentManagerImpl::AutoUnregisterComponent(PRInt32 when,
3308 nsComponentManagerImpl::IsRegistered(const nsCID &aClass,
3321 nsComponentManagerImpl::EnumerateCLSIDs(nsIEnumerator** aEnumerator)
3345 nsComponentManagerImpl::EnumerateContractIDs(nsIEnumerator** aEnumerator)
3371 nsComponentManagerImpl::AutoRegister(nsIFile *aSpec)
3386 nsComponentManagerImpl::AutoUnregister(nsIFile *aSpec)
3402 nsComponentManagerImpl::RegisterFactory(const nsCID & aClass,
3415 nsComponentManagerImpl::RegisterFactoryLocation(const nsCID & aClass,
3444 nsComponentManagerImpl::UnregisterFactoryLocation(const nsCID & aClass,
3451 nsComponentManagerImpl::IsCIDRegistered(const nsCID & aClass,
3458 nsComponentManagerImpl::IsContractIDRegistered(const char *aClass,
3471 nsComponentManagerImpl::EnumerateCIDs(nsISimpleEnumerator **aEnumerator)
3494 nsComponentManagerImpl::EnumerateContractIDs(nsISimpleEnumerator **aEnumerator)
3516 nsComponentManagerImpl::CIDToContractID(const nsCID & aClass,
3525 nsComponentManagerImpl::ContractIDToCID(const char *aContractID,
3546 nsComponentManagerImpl::HasFileChanged(nsIFile *file, const char *loaderString, PRInt64 modDate, PRBool *_retval)
3566 nsComponentManagerImpl::SaveFileInfo(nsIFile *file, const char *loaderString, PRInt64 modDate)
3593 nsComponentManagerImpl::RemoveFileInfo(nsIFile *file, const char *loaderString)
3610 nsComponentManagerImpl::GetOptionalData(nsIFile *file,
3634 nsComponentManagerImpl::SetOptionalData(nsIFile *file,
3662 nsComponentManagerImpl::FlushPersistentStore(PRBool now)
3684 if (nsComponentManagerImpl::gComponentManager == nsnull)
3695 *result = (nsIComponentManager*)(void*)(nsIComponentManagerObsolete*) nsComponentManagerImpl::gComponentManager;
3704 if (nsComponentManagerImpl::gComponentManager == nsnull)
3713 nsComponentManagerImpl::gComponentManager);
3723 if (nsComponentManagerImpl::gComponentManager == nsnull)
3746 nsComponentManagerImpl::gComponentManager);
3757 if (nsComponentManagerImpl::gComponentManager == nsnull)
3767 nsComponentManagerImpl::gComponentManager);
3780 if (nsComponentManagerImpl::gComponentManager == NULL)
3790 nsComponentManagerImpl::gComponentManager);