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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStorageStream.h86 PRBool mWriteInProgress; // true, if an un-Close'ed output stream exists member in class:nsStorageStream
H A DnsStorageStream.cpp73 : mSegmentedBuffer(0), mSegmentSize(0), mWriteInProgress(PR_FALSE),
123 if (mWriteInProgress)
141 mWriteInProgress = PR_TRUE;
148 mWriteInProgress = PR_FALSE;
259 if (mWriteInProgress)
284 *aWriteInProgress = mWriteInProgress;

Completed in 43 milliseconds