Lines Matching refs:in
5 * 1.1 (the "License"); you may not use this file except in compliance with
25 * in which case the provisions of the GPL or the LGPL are applicable instead
53 * Register a component file or all component files in a directory.
63 * is a directory, then every component file in the
72 void autoRegister(in nsIFile aSpec);
77 * Unregister a component file or all component files in a directory.
81 * is a directory, the every component file in the directory
90 void autoUnregister(in nsIFile aSpec);
106 void registerFactory(in nsCIDRef aClass,
107 in string aClassName,
108 in string aContractID,
109 in nsIFactory aFactory);
123 void unregisterFactory(in nsCIDRef aClass,
124 in nsIFactory aFactory);
149 void registerFactoryLocation(in nsCIDRef aClass,
150 in string aClassName,
151 in string aContractID,
152 in nsIFile aFile,
153 in string aLoaderStr,
154 in string aType);
167 void unregisterFactoryLocation(in nsCIDRef aClass,
168 in nsIFile aFile);
179 boolean isCIDRegistered(in nsCIDRef aClass);
190 boolean isContractIDRegistered(in string aContractID);
222 string CIDToContractID(in nsCIDRef aClass);
231 nsCIDPtr contractIDToCID(in string aContractID);