Lines Matching refs:NS_IMETHODIMP

57 NS_IMETHODIMP nsSupportsIDImpl::GetType(PRUint16 *aType)
65 NS_IMETHODIMP nsSupportsIDImpl::GetData(nsID **aData)
77 NS_IMETHODIMP nsSupportsIDImpl::SetData(const nsID *aData)
88 NS_IMETHODIMP nsSupportsIDImpl::ToString(char **_retval)
113 NS_IMETHODIMP nsSupportsCStringImpl::GetType(PRUint16 *aType)
121 NS_IMETHODIMP nsSupportsCStringImpl::GetData(nsACString& aData)
127 NS_IMETHODIMP nsSupportsCStringImpl::ToString(char **_retval)
137 NS_IMETHODIMP nsSupportsCStringImpl::SetData(const nsACString& aData)
150 NS_IMETHODIMP nsSupportsStringImpl::GetType(PRUint16 *aType)
158 NS_IMETHODIMP nsSupportsStringImpl::GetData(nsAString& aData)
164 NS_IMETHODIMP nsSupportsStringImpl::ToString(PRUnichar **_retval)
174 NS_IMETHODIMP nsSupportsStringImpl::SetData(const nsAString& aData)
190 NS_IMETHODIMP nsSupportsPRBoolImpl::GetType(PRUint16 *aType)
198 NS_IMETHODIMP nsSupportsPRBoolImpl::GetData(PRBool *aData)
205 NS_IMETHODIMP nsSupportsPRBoolImpl::SetData(PRBool aData)
211 NS_IMETHODIMP nsSupportsPRBoolImpl::ToString(char **_retval)
231 NS_IMETHODIMP nsSupportsPRUint8Impl::GetType(PRUint16 *aType)
239 NS_IMETHODIMP nsSupportsPRUint8Impl::GetData(PRUint8 *aData)
246 NS_IMETHODIMP nsSupportsPRUint8Impl::SetData(PRUint8 aData)
252 NS_IMETHODIMP nsSupportsPRUint8Impl::ToString(char **_retval)
276 NS_IMETHODIMP nsSupportsPRUint16Impl::GetType(PRUint16 *aType)
284 NS_IMETHODIMP nsSupportsPRUint16Impl::GetData(PRUint16 *aData)
291 NS_IMETHODIMP nsSupportsPRUint16Impl::SetData(PRUint16 aData)
297 NS_IMETHODIMP nsSupportsPRUint16Impl::ToString(char **_retval)
321 NS_IMETHODIMP nsSupportsPRUint32Impl::GetType(PRUint16 *aType)
329 NS_IMETHODIMP nsSupportsPRUint32Impl::GetData(PRUint32 *aData)
336 NS_IMETHODIMP nsSupportsPRUint32Impl::SetData(PRUint32 aData)
342 NS_IMETHODIMP nsSupportsPRUint32Impl::ToString(char **_retval)
366 NS_IMETHODIMP nsSupportsPRUint64Impl::GetType(PRUint16 *aType)
374 NS_IMETHODIMP nsSupportsPRUint64Impl::GetData(PRUint64 *aData)
381 NS_IMETHODIMP nsSupportsPRUint64Impl::SetData(PRUint64 aData)
387 NS_IMETHODIMP nsSupportsPRUint64Impl::ToString(char **_retval)
411 NS_IMETHODIMP nsSupportsPRTimeImpl::GetType(PRUint16 *aType)
419 NS_IMETHODIMP nsSupportsPRTimeImpl::GetData(PRTime *aData)
426 NS_IMETHODIMP nsSupportsPRTimeImpl::SetData(PRTime aData)
432 NS_IMETHODIMP nsSupportsPRTimeImpl::ToString(char **_retval)
456 NS_IMETHODIMP nsSupportsCharImpl::GetType(PRUint16 *aType)
464 NS_IMETHODIMP nsSupportsCharImpl::GetData(char *aData)
471 NS_IMETHODIMP nsSupportsCharImpl::SetData(char aData)
477 NS_IMETHODIMP nsSupportsCharImpl::ToString(char **_retval)
501 NS_IMETHODIMP nsSupportsPRInt16Impl::GetType(PRUint16 *aType)
509 NS_IMETHODIMP nsSupportsPRInt16Impl::GetData(PRInt16 *aData)
516 NS_IMETHODIMP nsSupportsPRInt16Impl::SetData(PRInt16 aData)
522 NS_IMETHODIMP nsSupportsPRInt16Impl::ToString(char **_retval)
546 NS_IMETHODIMP nsSupportsPRInt32Impl::GetType(PRUint16 *aType)
554 NS_IMETHODIMP nsSupportsPRInt32Impl::GetData(PRInt32 *aData)
561 NS_IMETHODIMP nsSupportsPRInt32Impl::SetData(PRInt32 aData)
567 NS_IMETHODIMP nsSupportsPRInt32Impl::ToString(char **_retval)
591 NS_IMETHODIMP nsSupportsPRInt64Impl::GetType(PRUint16 *aType)
599 NS_IMETHODIMP nsSupportsPRInt64Impl::GetData(PRInt64 *aData)
606 NS_IMETHODIMP nsSupportsPRInt64Impl::SetData(PRInt64 aData)
612 NS_IMETHODIMP nsSupportsPRInt64Impl::ToString(char **_retval)
636 NS_IMETHODIMP nsSupportsFloatImpl::GetType(PRUint16 *aType)
644 NS_IMETHODIMP nsSupportsFloatImpl::GetData(float *aData)
651 NS_IMETHODIMP nsSupportsFloatImpl::SetData(float aData)
657 NS_IMETHODIMP nsSupportsFloatImpl::ToString(char **_retval)
681 NS_IMETHODIMP nsSupportsDoubleImpl::GetType(PRUint16 *aType)
689 NS_IMETHODIMP nsSupportsDoubleImpl::GetData(double *aData)
696 NS_IMETHODIMP nsSupportsDoubleImpl::SetData(double aData)
702 NS_IMETHODIMP nsSupportsDoubleImpl::ToString(char **_retval)
727 NS_IMETHODIMP nsSupportsVoidImpl::GetType(PRUint16 *aType)
735 NS_IMETHODIMP nsSupportsVoidImpl::GetData(void * *aData)
742 NS_IMETHODIMP nsSupportsVoidImpl::SetData(void * aData)
748 NS_IMETHODIMP nsSupportsVoidImpl::ToString(char **_retval)
777 NS_IMETHODIMP nsSupportsInterfacePointerImpl::GetType(PRUint16 *aType)
785 NS_IMETHODIMP nsSupportsInterfacePointerImpl::GetData(nsISupports **aData)
795 NS_IMETHODIMP nsSupportsInterfacePointerImpl::SetData(nsISupports * aData)
802 NS_IMETHODIMP nsSupportsInterfacePointerImpl::GetDataIID(nsID **aIID)
815 NS_IMETHODIMP nsSupportsInterfacePointerImpl::SetDataIID(const nsID *aIID)
827 NS_IMETHODIMP nsSupportsInterfacePointerImpl::ToString(char **_retval)
848 NS_IMETHODIMP
857 NS_IMETHODIMP
864 NS_IMETHODIMP
876 NS_IMETHODIMP