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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsCOMPtr.h260 Yes, |already_AddRefed| could have been implemented as an |nsCOMPtr_helper| to
264 |nsCOMPtr_helper|.
316 class nsCOMPtr_helper class
318 An |nsCOMPtr_helper| transforms commonly called getters into typesafe forms
338 |nsQueryInterface| could have been implemented as an |nsCOMPtr_helper| to
439 NS_COM void NS_FASTCALL assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
483 void assign_from_helper( const nsCOMPtr_helper&, const nsIID& );
582 nsCOMPtr( const nsCOMPtr_helper& helper )
585 // can exploit the |nsCOMPtr_helper| facility
638 operator=( const nsCOMPtr_helper
[all...]

Completed in 44 milliseconds