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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEvent.cpp330 PRBool callDirectly; local
331 mDestQueue->IsOnCurrentThread(&callDirectly);
333 if (callDirectly)
468 PRBool callDirectly;
475 NS_SUCCEEDED(mDestQueue->IsOnCurrentThread(&callDirectly)) &&
476 callDirectly))

Completed in 53 milliseconds