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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventPrivate.h166 // nsProxyObjectManager
169 class nsProxyObjectManager: public nsIProxyObjectManager class in inherits:nsIProxyObjectManager
179 nsProxyObjectManager();
181 static nsProxyObjectManager *GetInstance();
192 ~nsProxyObjectManager();
194 static nsProxyObjectManager* mInstance;
H A DnsProxyObjectManager.cpp103 // nsProxyObjectManager
106 nsProxyObjectManager* nsProxyObjectManager::mInstance = nsnull;
108 NS_IMPL_THREADSAFE_ISUPPORTS1(nsProxyObjectManager, nsIProxyObjectManager)
110 nsProxyObjectManager::nsProxyObjectManager() function in class:nsProxyObjectManager
124 nsProxyObjectManager::~nsProxyObjectManager()
132 nsProxyObjectManager::mInstance = nsnull;
136 nsProxyObjectManager
[all...]

Completed in 436 milliseconds