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

/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventObject.cpp184 nsCOMPtr<nsProxyEventObject> identificationObject; local
187 getter_AddRefs(identificationObject));
201 NS_ASSERTION(identificationObject, "where did my identification object go!");
202 if (!identificationObject) {
208 rawObject = identificationObject->GetRealObject();

Completed in 66 milliseconds