Searched refs:outAtEOF (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStringStream.h59 NS_IMETHOD GetAtEOF(PRBool* outAtEOF) = 0; member in class:nsIRandomAccessStore
H A DnsStringStream.cpp105 NS_IMETHOD GetAtEOF(PRBool* outAtEOF);
313 NS_IMETHODIMP nsStringInputStream::GetAtEOF(PRBool* outAtEOF) argument
315 *outAtEOF = mEOF;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.h88 NS_IMETHOD GetAtEOF(PRBool* outAtEOF) = 0; member in class:nsIRandomAccessStore
H A DnsIFileStream.cpp93 NS_IMETHOD GetAtEOF(PRBool* outAtEOF);
532 NS_IMETHODIMP FileImpl::GetAtEOF(PRBool* outAtEOF) argument
535 *outAtEOF = mEOF;

Completed in 46 milliseconds