Searched refs:mFull (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsConsoleService.h76 PRBool mFull; member in class:nsConsoleService
H A DnsConsoleService.cpp56 : mCurrent(0), mFull(PR_FALSE), mListening(PR_FALSE), mLock(nsnull)
137 mFull = PR_TRUE;
203 * mFull while we're copying out the buffer.
207 if (mCurrent == 0 && !mFull) {
222 PRUint32 resultSize = mFull ? mBufferSize : mCurrent;
234 if (mFull) {

Completed in 31 milliseconds