Lines Matching defs:when
185 // when categories have defaults, use that for null mEntry
224 // when categories have defaults, use that for null mEntry
1233 * If you get Asserts when you define SHOW_CI_ON_EXISTING_SERVICE and want to
1866 cid + NS_LITERAL_CSTRING("\" when a service for this CID already exists!");
1946 NS_LITERAL_CSTRING("\" when a service for this CID already exists! "
3065 return UnloadLibraries(NS_STATIC_CAST(nsIServiceManager*, this), NS_Timer); // XXX when
3114 nsComponentManagerImpl::AutoRegister(PRInt32 when, nsIFile *inDirSpec)
3116 return AutoRegisterImpl(when, inDirSpec);
3120 nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when,
3156 rv = mNativeComponentLoader->AutoRegisterComponents((PRInt32)when, dir);
3160 rv = mStaticComponentLoader->AutoRegisterComponents((PRInt32)when, inDirSpec);
3256 nsComponentManagerImpl::AutoRegisterComponent(PRInt32 when,
3274 rv = mLoaderData[i].loader->AutoRegisterComponent((int)when, component, &didRegister);
3285 nsComponentManagerImpl::AutoUnregisterComponent(PRInt32 when,
3296 rv = mLoaderData[i].loader->AutoUnregisterComponent(when, component, &didUnRegister);