Searched refs:version_key (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dproduct_unittest.cc90 RegKey version_key(root, distribution->GetVersionKey().c_str(),
92 ASSERT_TRUE(version_key.Valid());
96 version_key.WriteValue(google_update::kRegVersionField,
H A Dinstallation_state.cc34 // Initializes |commands| from the "Commands" subkey of |version_key|.
37 bool ProductState::InitializeCommands(const base::win::RegKey& version_key, argument
43 if (commands_key.Open(version_key.Handle(), google_update::kRegCommandsKey,
52 const std::wstring version_key(distribution->GetVersionKey());
61 if (key.Open(root_key, version_key.c_str(), kAccess) == ERROR_SUCCESS) {
H A Dinstallation_state.h103 static bool InitializeCommands(const base::win::RegKey& version_key,
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc41 std::string version_key = local
56 it = headers.find(version_key);
144 std::string version_key = local
151 (*headers)[version_key] = std::string(status_line.begin(), after_version);
/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.cc818 const base::string16& version_key,
823 list->AddCreateRegKeyWorkItem(root, version_key, KEY_WOW64_32KEY);
826 version_key,
832 version_key,
845 version_key,
852 version_key,
1138 base::string16 version_key; local
1141 version_key = dist->GetVersionKey();
1146 version_key,
1155 version_key,
817 AddVersionKeyWorkItems(HKEY root, const base::string16& version_key, const base::string16& product_name, const Version& new_version, bool add_language_identifier, WorkItemList* list) argument
[all...]
H A Dinstall_worker.h45 const base::string16& version_key,
H A Dsetup_main.cc262 base::string16 version_key; local
265 version_key = (*it)->distribution()->GetVersionKey();
267 version_key,
272 version_key,
276 version_key,

Completed in 4498 milliseconds