Lines Matching refs:mEnum
161 REGENUM mEnum; // Corresponding libreg "enumerator".
236 REGENUM mEnum; // Copy of corresponding content of parent enumerator.
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( slot ), mErr( -1 ) {
1944 REGENUM temp = mEnum;