Searched defs:proxyType (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/ |
H A D | nsProxyEvent.cpp | 278 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *realObject) argument 284 mProxyType = proxyType; 288 nsProxyObject::nsProxyObject(nsIEventQueue *destQueue, PRInt32 proxyType, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID) argument 298 mProxyType = proxyType;
|
H A D | nsProxyEventObject.cpp | 62 nsProxyEventKey(void* rootObjectKey, void* destQueueKey, PRInt32 proxyType) argument 63 : mRootObjectKey(rootObjectKey), mDestQueueKey(destQueueKey), mProxyType(proxyType) { 168 PRInt32 proxyType, 261 nsProxyEventKey rootkey(rootObject.get(), destQRoot.get(), proxyType); 296 proxyType, 348 proxyType, 397 PRInt32 proxyType, 407 mProxyObject = new nsProxyObject(destQueue, proxyType, aObj); 167 GetNewOrUsedProxy(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports *aObj, REFNSIID aIID) argument 396 nsProxyEventObject(nsIEventQueue *destQueue, PRInt32 proxyType, nsISupports* aObj, nsProxyEventClass* aClass, nsProxyEventObject* root) argument
|
H A D | nsProxyObjectManager.cpp | 178 PRInt32 proxyType, 203 if (postQ && !(proxyType & PROXY_ASYNC) && !(proxyType & PROXY_ALWAYS)) 215 *aProxyObject = nsProxyEventObject::GetNewOrUsedProxy(postQ, proxyType, aObj, aIID); 229 PRInt32 proxyType, 281 rv = GetProxyForObject(destQueue, aIID, aObj, proxyType, aProxyObject); 303 PRInt32 proxyType, 321 proxyType, aProxyObject); 175 GetProxyForObject(nsIEventQueue *destQueue, REFNSIID aIID, nsISupports* aObj, PRInt32 proxyType, void** aProxyObject) argument 225 GetProxy( nsIEventQueue *destQueue, const nsCID &aClass, nsISupports *aDelegate, const nsIID &aIID, PRInt32 proxyType, void** aProxyObject) argument 300 NS_GetProxyForObject(nsIEventQueue *destQueue, REFNSIID aIID, nsISupports* aObj, PRInt32 proxyType, void** aProxyObject) argument
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | nanoftp.c | 150 static int proxyType = 0; /* uses TYPE or a@b ? */ variable 287 proxyType = type; 1081 switch (proxyType) { 1102 proxyType = 1; 1105 if (proxyType == 1) { 1133 proxyType = 2; 1155 proxyType = 2; 1158 if (proxyType == 2) {
|
Completed in 54 milliseconds