Searched defs:root_key_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dregistry_test_data.h38 HKEY root_key() const { return root_key_; }
50 HKEY root_key_; member in class:RegistryTestData
H A Dinstaller_state.h132 HKEY root_key() const { return root_key_; }
234 // Sets this object's level and updates the root_key_ accordingly.
251 HKEY root_key_; member in class:installer::InstallerState
H A Dgoogle_update_settings_unittest.cc654 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
657 HKEY root_key_; member in class:GetUninstallCommandLine
674 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE);
682 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE)
691 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE)
713 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
716 HKEY root_key_; member in class:GetGoogleUpdateVersion
732 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE);
740 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE)
749 RegKey(root_key_, google_updat
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker_unittest.cc505 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
525 HKEY root_key_; member in class:OldIELowRightsTests
532 AddDeleteRegKeyWorkItem(root_key_, StrEq(old_elevation_key)))
545 AddCopyRegKeyWorkItem(root_key_, StrEq(elevation_key),
704 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
706 WorkItem::CreateDeleteRegKeyWorkItem(root_key_, kRegKeyPath));
709 AddDeleteRegKeyWorkItem(Eq(root_key_), StrCaseEq(kRegKeyPath)))
716 root_key_ = NULL;
722 HKEY root_key_; member in class:QuickEnableAbsentTest
846 root_key_
882 HKEY root_key_; member in class:QuickEnablePresentTest
[all...]

Completed in 287 milliseconds