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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.h67 HREG mReg; // Registry handle. member in struct:nsRegistry
H A DnsRegistry.cpp109 HREG mReg; // Registry handle.
158 HREG mReg; // Handle to registry we're affiliated with. member in struct:nsRegSubtreeEnumerator
206 HREG mReg; // Handle to registry this node is part of. member in struct:nsRegistryNode
234 HREG mReg; // Handle to registry this node is part of. member in struct:nsRegistryValue
377 : mReg(0), mCurRegID(0) {
389 if( mReg ) {
447 err = NR_RegOpen(NS_CONST_CAST(char*,regPath.get()), &mReg);
575 err = NR_RegOpen(NS_CONST_CAST(char*, regFile.get()), &mReg );
596 | Tests the mReg handle and if non-null, closes the registry via NR_RegClose. |
600 if( mReg ) {
[all...]

Completed in 48 milliseconds