Searched defs:gDebug (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp478 // gDebug will be freed during shutdown.
479 static nsIDebug* gDebug = nsnull; variable
483 if (!gDebug)
487 (void**)&gDebug);
489 NS_IF_ADDREF(*result = gDebug);
966 NS_IF_RELEASE(gDebug);

Completed in 143 milliseconds