Lines Matching refs:component
54 // Arena used by component manager for storing contractid string, dll
826 NS_WARNING("No GRE component manager");
860 // Shutdown the component manager
865 // Write out our component data file.
897 // Release all the component data - loaders and type strings
1834 // test this first, since there's no point in creating a component during
1915 // test this first, since there's no point in creating a component during
2490 // First check to see if this component is in the application
2506 // Next check to see if this component is in the GRE
2707 * Register a component, using whatever they stuck in the nsIFile.
2744 * Add a component to the known universe of components.
2858 loader = do_GetServiceFromCategory("component-loader", mLoaderData[aType].type, &rv);
2875 // Convert a loader type string into an index into the component data
3174 rv = mCategoryManager->EnumerateCategory("component-loader",
3257 nsIFile *component)
3274 rv = mLoaderData[i].loader->AutoRegisterComponent((int)when, component, &didRegister);
3286 nsIFile *component)
3296 rv = mLoaderData[i].loader->AutoUnregisterComponent(when, component, &didUnRegister);
3299 RemoveFileInfo(component, nsnull);