Searched refs:aDll (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.h71 nsresult CreateDll(nsIFile *aSpec, const char *aLocation, nsDll **aDll);
75 nsresult GetFactoryFromModule(nsDll *aDll, const nsCID &aCID,
H A DnsNativeComponentLoader.cpp1060 nsDll **aDll)
1071 *aDll = dll;
1098 *aDll = dll;
1104 nsNativeComponentLoader::GetFactoryFromModule(nsDll *aDll, const nsCID &aCID, argument
1110 rv = aDll->GetModule(mCompMgr, getter_AddRefs(module));
1058 CreateDll(nsIFile *aSpec, const char *aLocation, nsDll **aDll) argument

Completed in 427 milliseconds