Searched refs:aWhen (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIComponentLoader.idl80 void autoRegisterComponents(in long aWhen, in nsIFile aDirectory);
89 boolean autoRegisterComponent(in long aWhen, in nsIFile aComponent);
96 boolean autoUnregisterComponent(in long aWhen, in nsIFile aComponent);
102 boolean registerDeferredComponents(in long aWhen);
107 void unloadAll(in long aWhen);
H A DnsNativeComponentLoader.cpp176 nsNativeComponentLoader::AutoRegisterComponents(PRInt32 aWhen, argument
184 nsresult rv = RegisterComponentsInDir(aWhen, aDirectory);
980 nsNativeComponentLoader::RegisterDeferredComponents(PRInt32 aWhen, argument
1026 nsNativeComponentLoader::UnloadAll(PRInt32 aWhen) argument
1032 callData.when = aWhen;
H A DnsStaticComponentLoader.cpp291 nsStaticComponentLoader::UnloadAll(PRInt32 aWhen) argument
H A DnsComponentManager.cpp3061 // XXX Need to pass in aWhen and servicemanager
3070 nsComponentManagerImpl::UnloadLibraries(nsIServiceManager *serviceMgr, PRInt32 aWhen) argument
3084 rv = mLoaderData[i].loader->UnloadAll(aWhen);
3091 rv = mNativeComponentLoader->UnloadAll(aWhen);
/vbox/src/libs/xpcom18a4/python/src/
H A DPyGModule.cpp228 /* void autoRegisterComponents (in long aWhen, in nsIFile aDirectory); */
229 NS_IMETHODIMP PyG_nsIComponentLoader::AutoRegisterComponents(PRInt32 aWhen, nsIFile *aDirectory) argument
234 nsresult nr = InvokeNativeViaPolicy(methodName, NULL, "iO", aWhen, c);
239 /* boolean autoRegisterComponent (in long aWhen, in nsIFile aComponent); */
240 NS_IMETHODIMP PyG_nsIComponentLoader::AutoRegisterComponent(PRInt32 aWhen, nsIFile *aComponent, PRBool *_retval) argument
246 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "iO", aWhen, c);
257 /* boolean autoUnregisterComponent (in long aWhen, in nsIFile aComponent); */
258 NS_IMETHODIMP PyG_nsIComponentLoader::AutoUnregisterComponent(PRInt32 aWhen, nsIFile *aComponent, PRBool *_retval) argument
264 nsresult nr = InvokeNativeViaPolicy(methodName, &ret, "iO", aWhen, c);
275 /* boolean registerDeferredComponents (in long aWhen); */
276 RegisterDeferredComponents(PRInt32 aWhen, PRBool *_retval) argument
292 UnloadAll(PRInt32 aWhen) argument
[all...]

Completed in 104 milliseconds