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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.h89 PRPackedBool mDirty; // cached information can only be used when this is PR_FALSE member in class:nsLocalFile
100 void MakeDirty() { mDirty = PR_TRUE; }
H A DnsLocalFileOS2.h97 PRPackedBool mDirty; member in class:nsLocalFile
H A DnsLocalFileOS2.cpp249 : mDirty(other.mDirty)
281 mDirty = PR_TRUE;
287 if (!mDirty)
H A DnsLocalFileWin.cpp458 : mDirty(other.mDirty)
497 if (!mDirty)
530 mDirty = PR_FALSE;
550 mDirty = PR_FALSE;

Completed in 53 milliseconds