/external/chromium_org/chrome/installer/util/ |
registry_test_data.h | 38 HKEY root_key() const { return root_key_; } 50 HKEY root_key_; member in class:RegistryTestData
|
installer_state.h | 132 HKEY root_key() const { return root_key_; } 254 // Sets this object's level and updates the root_key_ accordingly. 271 HKEY root_key_; member in class:installer::InstallerState
|
google_update_settings_unittest.cc | 655 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 658 HKEY root_key_; member in class:GetUninstallCommandLine 675 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE); 683 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE) 692 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE) 714 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 717 HKEY root_key_; member in class:GetGoogleUpdateVersion 733 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE); 741 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE) 750 RegKey(root_key_, google_update::kRegPathGoogleUpdate, KEY_SET_VALUE [all...] |
/external/chromium_org/chrome/installer/setup/ |
install_worker_unittest.cc | 487 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 507 HKEY root_key_; member in class:OldIELowRightsTests 514 AddDeleteRegKeyWorkItem(root_key_, StrEq(old_elevation_key))) 673 root_key_ = system_level_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; 675 WorkItem::CreateDeleteRegKeyWorkItem(root_key_, kRegKeyPath)); 678 AddDeleteRegKeyWorkItem(Eq(root_key_), StrCaseEq(kRegKeyPath))) 685 root_key_ = NULL; 691 HKEY root_key_; member in class:QuickEnableAbsentTest
|