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

  /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 524 RegKey update_key; local
526 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate,
528 update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line);
553 RegKey update_key; local
555 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate,
558 if (update_key.ReadValueDW(google_update::kRegLastStartedAUField,
570 RegKey update_key; local
572 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate,
575 if (update_key.ReadValueDW(google_update::kRegLastCheckedField,
google_update_settings_unittest.cc 60 RegKey update_key; local
63 ASSERT_EQ(ERROR_SUCCESS, update_key.Create(root, path.c_str(), KEY_WRITE));
64 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 262 MDnsCache::Key update_key = MDnsCache::Key::CreateFor(record.get()); local
286 update_keys.insert(std::make_pair(update_key, update_external));

Completed in 84 milliseconds