HomeSort by relevance Sort by last modified time
    Searched defs:root_key (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/installer/util/
registry_test_data.h 29 bool Initialize(HKEY root_key, const wchar_t* base_path);
36 void ExpectMatchesNonEmptyKey(HKEY root_key, const wchar_t* path);
38 HKEY root_key() const { return root_key_; } function in class:RegistryTestData
45 static void ExpectEmptyKey(HKEY root_key, const wchar_t* path);
48 static bool DeleteKey(HKEY root_key, const wchar_t* path);
google_update_util.cc 48 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
51 if (update_key.Open(root_key, kRegPathGoogleUpdate, KEY_QUERY_VALUE) ==
installation_state.cc 51 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
58 if (key.Open(root_key, version_key.c_str(),
84 if (key.Open(root_key, state_key.c_str(),
126 key.Open(root_key, distribution->GetStateMediumKey().c_str(),
installer_state.h 132 HKEY root_key() const { return root_key_; } function in class:installer::InstallerState
google_update_settings.cc 108 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
110 RegKey key(root_key, reg_path.c_str(), KEY_READ);
228 HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
232 LONG result = key.Create(root_key, reg_path.c_str(), KEY_SET_VALUE);
522 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
526 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate,
535 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
539 if (key.Open(root_key,
552 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
555 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate
569 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
592 const HKEY root_key = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
    [all...]
google_update_settings_unittest.cc 799 HKEY root_key() const { function in class:StatsState
872 const HKEY root_key = stats_state.root_key(); local
    [all...]
shell_util.cc 998 HKEY root_key = DetermineRegistrationRoot(is_per_user_install); local
1113 const HKEY root_key = HKEY_CLASSES_ROOT; local
    [all...]
  /external/chromium_org/apps/app_host/
update.cc 53 HKEY root_key = HKEY_LOCAL_MACHINE; local
58 if ((reg_key.Open(root_key, client_key.c_str(),
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 54 HKEY root_key = (level == USER_LEVEL_INSTALLATION) ? local
60 if (reg_key.Open(root_key, subkey.c_str(),
72 HKEY root_key = (level == USER_LEVEL_INSTALLATION) ? local
78 return reg_key.Open(root_key, subkey.c_str(),
  /external/chromium/chrome/browser/
shell_integration_win.cc 346 HKEY root_key = HKEY_CLASSES_ROOT; local
349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 907 std::wstring root_key; local
910 root_key = *full_key_name;
913 root_key = full_key_name->substr(0, index);
918 for (std::wstring::iterator iter = root_key.begin();
919 iter != root_key.end(); ++iter) {
923 if (!root_key.compare(L"HKLM") ||
924 !root_key.compare(L"HKEY_LOCAL_MACHINE")) {
926 } else if (!root_key.compare(L"HKCU") ||
927 !root_key.compare(L"HKEY_CURRENT_USER")) {
929 } else if (!root_key.compare(L"HKU") |
947 HKEY root_key = GetRootKeyInfo(&key); local
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 130 bool ReadValueFromRegistry(HKEY root_key, const wchar_t *sub_key,
135 if (key.Open(root_key, sub_key, KEY_QUERY_VALUE) == ERROR_SUCCESS &&
143 bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access,
148 (key->Open(root_key, client_state_key.get(), access) == ERROR_SUCCESS);
160 const HKEY root_key = local
183 if (OpenClientStateKey(root_key, app_guid, key_access, &key)) {
201 if (!OpenClientStateKey(root_key, app_guid, key_access, &key))
230 const HKEY root_key = system_level ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER; local
232 return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) &&
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 247 installer_state.root_key(), full_cmd_key)->set_log_message(
257 cmd.AddWorkItems(installer_state.root_key(), full_cmd_key, work_item_list);
370 cmd.AddWorkItems(installer_state.root_key(), cmd_key, work_item_list);
422 HKEY reg_root = installer_state.root_key();
674 HKEY reg_root = installer_state.root_key();
824 const HKEY root_key = installer_state.root_key(); local
873 const HKEY root_key = installer_state.root_key(); local
928 const HKEY root_key = installer_state.root_key(); local
976 HKEY root_key = installer_state.root_key(); local
1620 const HKEY root_key = installer_state.root_key(); local
1652 const HKEY root_key = installer_state.root_key(); local
    [all...]

Completed in 413 milliseconds