Lines Matching refs:rootKey

268 		Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey());  in computeChanges()  local
270 Reference<XRegistryKey> tmpKey = rootKey->openKey(m_name); in computeChanges()
274 m_localKey = rootKey->openKey(m_name); in computeChanges()
427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue() local
428 m_localKey = rootKey->createKey(m_name); in setLongValue()
470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue() local
471 m_localKey = rootKey->createKey(m_name); in setLongListValue()
513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue() local
514 m_localKey = rootKey->createKey(m_name); in setAsciiValue()
556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue() local
557 m_localKey = rootKey->createKey(m_name); in setAsciiListValue()
599 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue() local
600 m_localKey = rootKey->createKey(m_name); in setStringValue()
642 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringListValue() local
643 m_localKey = rootKey->createKey(m_name); in setStringListValue()
685 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setBinaryValue() local
686 m_localKey = rootKey->createKey(m_name); in setBinaryValue()
768 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createKey() local
769 m_localKey = rootKey->createKey(m_name); in createKey()
1014 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createLink() local
1015 m_localKey = rootKey->createKey(m_name); in createLink()