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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp161 REGENUM mEnum; // Corresponding libreg "enumerator". member in struct:nsRegSubtreeEnumerator
236 REGENUM mEnum; // Copy of corresponding content of parent enumerator. member in struct:nsRegistryValue
1579 : mReg( hReg ), mKey( rKey ), mEnum( 0 ), mNext( 0 ),
1601 | Set mEnum to 0; this will cause the next NR_RegEnum call to go to |
1613 mEnum = mNext = 0;
1623 | We advance mEnum to the next enumeration value which is in the mNext |
1633 mEnum = mNext;
1664 | object will hold the curent mEnum value so it can obtain its name from |
1726 *result = new nsRegistryValue( mReg, mKey, mEnum );
1829 : mReg( hReg ), mKey( key ), mEnum( slo
[all...]

Completed in 47 milliseconds