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

  /external/chromium_org/chrome/installer/util/
app_commands.cc 33 RegKey cmd_key; local
39 result = cmd_key.Open(key.Handle(), name, KEY_QUERY_VALUE);
43 } else if (command.Initialize(cmd_key)) {
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc 173 base::win::RegKey cmd_key(HKEY_CLASSES_ROOT, cmd_key_path.c_str(), KEY_READ);
180 if (cmd_key.ReadValue(NULL, &application_to_launch) == ERROR_SUCCESS) {
  /external/chromium_org/chrome/browser/ui/views/
external_protocol_dialog.cc 177 base::win::RegKey cmd_key(HKEY_CLASSES_ROOT, cmd_key_path.c_str(), KEY_READ);
184 if (cmd_key.ReadValue(NULL, &application_to_launch) == ERROR_SUCCESS) {
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 184 string16 cmd_key(dist->GetVersionKey());
185 cmd_key.append(1, base::FilePath::kSeparators[0])
189 return cmd_key;
323 string16 cmd_key(GetRegCommandKey(
338 cmd.AddWorkItems(installer_state.root_key(), cmd_key, work_item_list);
    [all...]

Completed in 74 milliseconds