Searched defs:update_key (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_util.cc45 RegKey update_key; local
47 if (update_key.Open(root_key, kRegPathGoogleUpdate, KEY_QUERY_VALUE) ==
51 if ((update_key.ReadValue(kRegPathField, &path_str) == ERROR_SUCCESS) &&
52 (update_key.ReadValue(kRegGoogleUpdateVersion, &version_str) ==
H A Dgoogle_update_settings.cc768 RegKey update_key; local
770 if (update_key.Open(root_key, google_update::kRegPathGoogleUpdate,
772 update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line);
797 RegKey update_key; local
799 if (update_key.Open(root_key,
803 if (update_key.ReadValueDW(google_update::kRegLastStartedAUField,
815 RegKey update_key; local
817 if (update_key.Open(root_key,
821 if (update_key.ReadValueDW(google_update::kRegLastCheckedField,
H A Dgoogle_update_settings_unittest.cc51 RegKey update_key; local
54 ASSERT_EQ(ERROR_SUCCESS, update_key.Create(root, path.c_str(), KEY_WRITE));
55 ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value));
65 RegKey update_key; local
75 ASSERT_EQ(ERROR_SUCCESS, update_key.Create(root, path.c_str(),
77 ASSERT_EQ(ERROR_SUCCESS, update_key.WriteValue(L"ap", value));
83 update_key.Create(root, dist->GetStateKey().c_str(), KEY_WRITE));
85 update_key.WriteValue(installer::kUninstallArgumentsField,
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc278 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/
H A Dmdns_client_impl.cc265 MDnsCache::Key update_key = MDnsCache::Key::CreateFor(record.get()); local
271 update_keys.insert(std::make_pair(update_key, update));

Completed in 208 milliseconds