Lines Matching refs:COMPONENT

343 #define COMPONENT(NAME, Ctor)                                                  \
352 COMPONENT(MEMORY, nsMemoryImpl::Create),
353 COMPONENT(DEBUG, nsDebugImpl::Create),
355 COMPONENT(ERRORSERVICE, nsErrorService::Create),
357 COMPONENT(BYTEBUFFER, ByteBufferImpl::Create),
358 COMPONENT(SCRIPTABLEINPUTSTREAM, nsScriptableInputStream::Create),
359 COMPONENT(BINARYINPUTSTREAM, nsBinaryInputStreamConstructor),
360 COMPONENT(BINARYOUTPUTSTREAM, nsBinaryOutputStreamConstructor),
361 COMPONENT(STORAGESTREAM, nsStorageStreamConstructor),
364 COMPONENT(PROPERTIES, nsProperties::Create),
367 COMPONENT(PERSISTENTPROPERTIES, nsPersistentProperties::Create),
369 COMPONENT(SUPPORTSARRAY, nsSupportsArray::Create),
370 COMPONENT(ARRAY, nsArrayConstructor),
371 COMPONENT(CONSOLESERVICE, nsConsoleServiceConstructor),
372 COMPONENT(EXCEPTIONSERVICE, nsExceptionServiceConstructor),
373 COMPONENT(ATOMSERVICE, nsAtomServiceConstructor),
375 COMPONENT(TIMELINESERVICE, nsTimelineServiceConstructor),
377 COMPONENT(OBSERVERSERVICE, nsObserverService::Create),
378 COMPONENT(GENERICFACTORY, nsGenericFactory::Create),
379 COMPONENT(EVENTQUEUESERVICE, nsEventQueueServiceImplConstructor),
380 COMPONENT(EVENTQUEUE, nsEventQueueImpl::Create),
381 COMPONENT(THREAD, nsThread::Create),
384 COMPONENT(XPCOMPROXY, nsProxyObjectManager::Create),
386 COMPONENT(TIMER, nsTimerImplConstructor),
387 COMPONENT(TIMERMANAGER, nsTimerManagerConstructor),
390 COMPONENT(SUPPORTS_##TYPE, nsSupports##Type##ImplConstructor)
412 COMPONENT(LOCAL_FILE, nsLocalFile::nsLocalFileConstructor),
414 COMPONENT(DIRECTORY_SERVICE, nsDirectoryService::Create),
415 COMPONENT(PROCESS, nsProcessConstructor),
416 COMPONENT(ENVIRONMENT, nsEnvironment::Create),
418 COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
419 COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor),
421 COMPONENT(FASTLOADSERVICE, nsFastLoadService::Create),
422 COMPONENT(VARIANT, nsVariantConstructor),
423 COMPONENT(INTERFACEINFOMANAGER_SERVICE, nsXPTIInterfaceInfoManagerGetSingleton),
425 COMPONENT(RECYCLINGALLOCATOR, nsRecyclingAllocatorImplConstructor),
459 #undef COMPONENT