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

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIServiceManagerObsolete.h211 DestinationType** aDestination)
213 NS_PRECONDITION(aDestination, "null parameter");
217 NS_REINTERPRET_CAST(nsISupports**, aDestination),
226 DestinationType** aDestination)
229 NS_PRECONDITION(aDestination, "null parameter");
233 NS_REINTERPRET_CAST(nsISupports**, aDestination),
209 CallGetService( const nsCID &aClass, nsIShutdownListener* shutdownListener, DestinationType** aDestination) argument
224 CallGetService( const char *aContractID, nsIShutdownListener* shutdownListener, DestinationType** aDestination) argument
H A DnsIServiceManagerUtils.h150 DestinationType** aDestination)
152 NS_PRECONDITION(aDestination, "null parameter");
162 NS_REINTERPRET_CAST(void**, aDestination));
169 DestinationType** aDestination)
172 NS_PRECONDITION(aDestination, "null parameter");
182 NS_REINTERPRET_CAST(void**, aDestination));
149 CallGetService( const nsCID &aClass, DestinationType** aDestination) argument
168 CallGetService( const char *aContractID, DestinationType** aDestination) argument
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsServiceManagerUtils.h148 DestinationType** aDestination)
150 NS_PRECONDITION(aDestination, "null parameter");
160 NS_REINTERPRET_CAST(void**, aDestination));
167 DestinationType** aDestination)
170 NS_PRECONDITION(aDestination, "null parameter");
180 NS_REINTERPRET_CAST(void**, aDestination));
147 CallGetService( const nsCID &aClass, DestinationType** aDestination) argument
166 CallGetService( const char *aContractID, DestinationType** aDestination) argument

Completed in 280 milliseconds