/external/chromium_org/chrome/installer/util/ |
google_update_util.cc | 49 RegKey update_key; local 51 if (update_key.Open(root_key, kRegPathGoogleUpdate, KEY_QUERY_VALUE) == 55 if ((update_key.ReadValue(kRegPathField, &path_str) == ERROR_SUCCESS) && 56 (update_key.ReadValue(kRegGoogleUpdateVersion, &version_str) ==
|
google_update_settings.cc | 595 RegKey update_key; local 597 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, 599 update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line); 624 RegKey update_key; local 626 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, 629 if (update_key.ReadValueDW(google_update::kRegLastStartedAUField, 641 RegKey update_key; local 643 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate, 646 if (update_key.ReadValueDW(google_update::kRegLastCheckedField,
|
google_update_settings_unittest.cc | 61 RegKey update_key; local 64 ASSERT_EQ(ERROR_SUCCESS, update_key.Create(root, path.c_str(), KEY_WRITE)); 65 ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value)); [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_installer_win.cc | 278 base::win::RegKey update_key; local 279 LONG result = update_key.Open(HKEY_CURRENT_USER, 289 result = update_key.ReadValue(kOmahaPathValueName, &google_update);
|
/external/chromium_org/net/dns/ |
mdns_client_impl.cc | 232 MDnsCache::Key update_key = MDnsCache::Key::CreateFor(record.get()); local 256 update_keys.insert(std::make_pair(update_key, update_external));
|