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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsPrimitives.h183 class nsSupportsPRTimeImpl : public nsISupportsPRTime class in inherits:nsISupportsPRTime
190 nsSupportsPRTimeImpl();
193 ~nsSupportsPRTimeImpl() {}
H A DnsSupportsPrimitives.cpp403 NS_IMPL_ISUPPORTS2(nsSupportsPRTimeImpl, nsISupportsPRTime,
406 nsSupportsPRTimeImpl::nsSupportsPRTimeImpl() function in class:nsSupportsPRTimeImpl
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)

Completed in 241 milliseconds