HomeSort by relevance Sort by last modified time
    Searched refs:root_key_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/installer/util/
registry_test_data.cc 14 : root_key_(NULL) {
38 DeleteKey(root_key_, base_path_.c_str());
41 root_key_ = NULL;
55 root_key_ = root_key;
64 result = key.Create(root_key_, empty_key_path_.c_str(), KEY_QUERY_VALUE);
66 result = key.Create(root_key_, non_empty_key_path_.c_str(), KEY_WRITE);
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_; }
234 // Sets this object's level and updates the root_key_ accordingly.
251 HKEY root_key_; member in class:installer::InstallerState
installer_state.cc 79 root_key_(NULL),
91 root_key_(NULL),
95 // Use set_level() so that root_key_ is updated properly.
325 root_key_ = HKEY_CURRENT_USER;
328 root_key_ = HKEY_LOCAL_MACHINE;
333 root_key_ = NULL;
721 LONG result = state_key.Create(root_key_, state_key_.c_str(),
761 result = state_key.Create(root_key_, dist->GetStateKey().c_str(),
google_update_settings_unittest.cc 654 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_update::kRegPathGoogleUpdate, KEY_SET_VALUE
    [all...]
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 505 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
882 HKEY root_key_; member in class:QuickEnablePresentTest
    [all...]

Completed in 208 milliseconds