ReadValue 173 base/win/registry.cc LONG result = ReadValue(name, &local_value, &size, &type); ReadValue 189 base/win/registry.cc LONG result = ReadValue(name, &local_value, &size, &type); ReadValue 207 base/win/registry.cc LONG result = ReadValue(name, raw_value, &size, &type); ReadValue 246 base/win/registry.cc LONG result = ReadValue(name, NULL, &size, &type); ReadValue 254 base/win/registry.cc result = ReadValue(name, &buffer[0], &size, NULL); ReadValue 89 base/win/registry.h LONG ReadValue(const wchar_t* name, std::wstring* out_value) const; ReadValue 98 base/win/registry.h LONG ReadValue(const wchar_t* name, ReadValue 78 base/win/registry_unittest.cc ASSERT_EQ(ERROR_SUCCESS, key.ReadValue(kStringValueName, &string_value)); ReadValue 87 base/win/registry_unittest.cc ASSERT_NE(ERROR_SUCCESS, key.ReadValue(kNonExistent, &string_value)); ReadValue 200 base/win/win_util.cc return (autorun_key.ReadValue(name.c_str(), command) == ERROR_SUCCESS); ReadValue 255 base/win/win_util.cc if (key.ReadValue(NULL, ReadValue 152 base/win/windows_version.cc key.ReadValue(L"ProcessorNameString", &value); ReadValue 44 chrome/browser/chrome_elf_init_unittest_win.cc blacklist_registry_key_->ReadValue(blacklist::kBeaconVersion, ReadValue 144 chrome/browser/chrome_elf_init_win.cc blacklist_registry_key.ReadValue(blacklist::kBeaconVersion, ReadValue 160 chrome/browser/chromeos/system/syslogs_provider.cc std::string value = ReadValue(&data); ReadValue 543 chrome/browser/enumerate_modules_model_win.cc if (clsid.ReadValue(L"", &dll) != ERROR_SUCCESS) { ReadValue 40 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc key.ReadValue(NULL, result) != ERROR_SUCCESS) { ReadValue 101 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionInstallParam, &extension_dist_id) == ReadValue 110 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionUpdateUrl, &extension_update_url) ReadValue 119 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionPath, &extension_path_str) ReadValue 151 chrome/browser/extensions/external_registry_loader_win.cc if (key.ReadValue(kRegistryExtensionVersion, &extension_version) ReadValue 230 chrome/browser/first_run/upgrade_util_win.cc if (key.ReadValue(google_update::kRegRenameCmdField, ReadValue 43 chrome/browser/media_galleries/fileapi/picasa_finder.cc if (key.ReadValue(kPicasaRegistryAppDataPathKey, &value) != ERROR_SUCCESS) ReadValue 126 chrome/browser/platform_util_win.cc key.ReadValue(NULL, NULL, &size, NULL); ReadValue 24 chrome/browser/policy/policy_path_parser_win.cc if (key.ReadValue(key_name.c_str(), &value) == ERROR_SUCCESS) { ReadValue 213 chrome/browser/profile_resetter/automatic_profile_resetter.cc data_->SetString(kMementoValueInPrefsKey, memento_in_prefs_.ReadValue()); ReadValue 215 chrome/browser/profile_resetter/automatic_profile_resetter.cc memento_in_local_state_.ReadValue()); ReadValue 216 chrome/browser/profile_resetter/automatic_profile_resetter.cc memento_in_file_.ReadValue(base::Bind( ReadValue 37 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h std::string ReadValue() const; ReadValue 54 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h std::string ReadValue() const; ReadValue 80 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h void ReadValue(const ReadValueCallback& callback) const; ReadValue 193 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc FileHostedPromptMemento::ReadValue(base::Bind(&AssignArgumentTo, &result)); ReadValue 544 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(value, memento_in_prefs_->ReadValue()); ReadValue 545 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(value, memento_in_local_state_->ReadValue()); ReadValue 546 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(value, memento_in_file_->ReadValue()); ReadValue 792 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_prefs().ReadValue()); ReadValue 793 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_local_state().ReadValue()); ReadValue 794 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_file().ReadValue()); ReadValue 812 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_prefs().ReadValue()); ReadValue 813 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_local_state().ReadValue()); ReadValue 814 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_file().ReadValue()); ReadValue 832 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_prefs().ReadValue()); ReadValue 833 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_local_state().ReadValue()); ReadValue 834 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_file().ReadValue()); ReadValue 957 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_prefs().ReadValue()); ReadValue 958 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_local_state().ReadValue()); ReadValue 959 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_file().ReadValue()); ReadValue 977 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_prefs().ReadValue()); ReadValue 978 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_local_state().ReadValue()); ReadValue 979 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_file().ReadValue()); ReadValue 997 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_prefs().ReadValue()); ReadValue 998 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(std::string(), memento_in_local_state().ReadValue()); ReadValue 999 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc EXPECT_EQ(kTestMementoValue, memento_in_file().ReadValue()); ReadValue 226 chrome/browser/shell_integration_win.cc if (cmd_key.ReadValue(NULL, &application_to_launch) == ERROR_SUCCESS) { ReadValue 383 chrome/browser/shell_integration_win.cc if (key.Valid() && (key.ReadValue(L"Progid", &app_cmd) == ERROR_SUCCESS) && ReadValue 391 chrome/browser/shell_integration_win.cc if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) && ReadValue 39 chrome/common/importer/firefox_importer_utils_win.cc LONG result = reg_key.ReadValue(kCurrentVersion, ver_buffer, ReadValue 55 chrome/common/importer/firefox_importer_utils_win.cc LONG result = reg_key.ReadValue(kCurrentVersion, buffer, ReadValue 64 chrome/common/importer/firefox_importer_utils_win.cc result = reg_key_directory.ReadValue(L"Install Directory", buffer, ReadValue 603 chrome/installer/gcapi/gcapi.cc if (client_state.ReadValue(google_update::kRegLastRunTimeField, ReadValue 85 chrome/installer/gcapi/gcapi_reactivation_test.cc if (client_state.ReadValue(google_update::kRegRLZReactivationBrandField, ReadValue 65 chrome/installer/launcher_support/chrome_launcher_support.cc if (reg_key.ReadValue(value_name, value) == ERROR_SUCCESS) { ReadValue 68 chrome/installer/mini_installer/mini_installer.cc LONG ReadValue(const wchar_t* value_name, ReadValue 136 chrome/installer/mini_installer/mini_installer.cc key.ReadValue(value_name, value, size) == ERROR_SUCCESS) { ReadValue 185 chrome/installer/mini_installer/mini_installer.cc ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity()); ReadValue 205 chrome/installer/mini_installer/mini_installer.cc ret = key.ReadValue(kApRegistryValueName, value.get(), value.capacity()); ReadValue 233 chrome/installer/mini_installer/mini_installer.cc (key.ReadValue(kUninstallRegistryValueName, path, size) == ERROR_SUCCESS); ReadValue 599 chrome/installer/setup/install_worker.cc local_server_32_key.ReadValue(L"ServerExecutable", ReadValue 813 chrome/installer/setup/uninstall.cc LONG result = reg_profile_info_key.ReadValue(L"ProfileImagePath", ReadValue 51 chrome/installer/util/app_command.cc result = key.ReadValue(google_update::kRegCommandLineField, &cmd_line); ReadValue 143 chrome/installer/util/channel_info.cc LONG result = key.ReadValue(google_update::kRegApField, &value_); ReadValue 20 chrome/installer/util/compat_checks.cc key.ReadValue(L"ProductVersion", &version_str); ReadValue 125 chrome/installer/util/delete_reg_key_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(NULL, &str_value)); ReadValue 42 chrome/installer/util/delete_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), NULL, &size, &type); ReadValue 56 chrome/installer/util/delete_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), &previous_value_[0], &size, ReadValue 88 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_str)); ReadValue 96 chrome/installer/util/delete_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), NULL, &size, ReadValue 221 chrome/installer/util/google_chrome_distribution.cc if (client_state_key.ReadValue(google_update::kRegRLZBrandField, ReadValue 230 chrome/installer/util/google_chrome_distribution.cc if (client_state_key.ReadValue(google_update::kRegClientField, ReadValue 241 chrome/installer/util/google_chrome_distribution.cc client_state_key.ReadValue(google_update::kRegApField, &ap_value); ReadValue 59 chrome/installer/util/google_update_settings.cc if (key.ReadValue(name, value) != ERROR_SUCCESS) { ReadValue 61 chrome/installer/util/google_update_settings.cc return (hklm_key.ReadValue(name, value) == ERROR_SUCCESS); ReadValue 131 chrome/installer/util/google_update_settings.cc if (key.ReadValue(name, &value) != ERROR_SUCCESS) ReadValue 693 chrome/installer/util/google_update_settings.cc update_key.ReadValue(google_update::kRegUninstallCmdLine, &cmd_line); ReadValue 707 chrome/installer/util/google_update_settings.cc key.ReadValue(google_update::kRegGoogleUpdateVersion, ReadValue 769 chrome/installer/util/google_update_settings.cc (clientstate.ReadValue(google_update::kRegVersionField, ReadValue 858 chrome/installer/util/google_update_settings.cc result = client_state.ReadValue(google_update::kExperimentLabels, ReadValue 135 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kExperimentLabels, &value)); ReadValue 149 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kExperimentLabels, &value)); ReadValue 192 chrome/installer/util/google_update_settings_unittest.cc key.ReadValue(google_update::kRegApField, &ap_key_value); ReadValue 63 chrome/installer/util/google_update_util.cc if ((update_key.ReadValue(kRegPathField, &path_str) == ERROR_SUCCESS) && ReadValue 64 chrome/installer/util/google_update_util.cc (update_key.ReadValue(kRegGoogleUpdateVersion, &version_str) == ReadValue 144 chrome/installer/util/install_util.cc LONG read_status = active_setup_key.ReadValue(L"StubPath", &cmd_str); ReadValue 230 chrome/installer/util/install_util.cc result = key.ReadValue(google_update::kRegVersionField, &version_str); ReadValue 255 chrome/installer/util/install_util.cc result = key.ReadValue(google_update::kRegCriticalVersionField, ReadValue 471 chrome/installer/util/install_util.cc key.ReadValue(value_name, &actual_value) == ERROR_SUCCESS && ReadValue 493 chrome/installer/util/install_util.cc key.ReadValue(value_name, &actual_value) == ERROR_SUCCESS && ReadValue 91 chrome/installer/util/install_util_unittest.cc .ReadValue(google_update::kRegApField, &value)); ReadValue 106 chrome/installer/util/install_util_unittest.cc .ReadValue(google_update::kRegApField, &value)); ReadValue 121 chrome/installer/util/install_util_unittest.cc .ReadValue(google_update::kRegApField, &value)); ReadValue 62 chrome/installer/util/installation_state.cc if (key.ReadValue(google_update::kRegVersionField, ReadValue 72 chrome/installer/util/installation_state.cc if (key.ReadValue(google_update::kRegOldVersionField, ReadValue 79 chrome/installer/util/installation_state.cc key.ReadValue(google_update::kRegRenameCmdField, &rename_cmd_); ReadValue 93 chrome/installer/util/installation_state.cc key.ReadValue(google_update::kRegBrandField, &brand_); ReadValue 96 chrome/installer/util/installation_state.cc key.ReadValue(kUninstallStringField, &setup_path); ReadValue 98 chrome/installer/util/installation_state.cc key.ReadValue(kUninstallArgumentsField, &uninstall_arguments); ReadValue 108 chrome/installer/util/installation_state.cc has_oem_install_ = (key.ReadValue(google_update::kRegOemInstallField, ReadValue 408 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerResultUIString, &value)); ReadValue 411 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); ReadValue 437 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); ReadValue 442 chrome/installer/util/installer_state_unittest.cc key.ReadValue(installer::kInstallerSuccessLaunchCmdLine, &value)); ReadValue 89 chrome/installer/util/registry_test_data.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(NULL, &str_value)); ReadValue 83 chrome/installer/util/set_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), NULL, &size, &type); ReadValue 96 chrome/installer/util/set_reg_value_work_item.cc result = key.ReadValue(value_name_.c_str(), &previous_value_[0], &size, ReadValue 74 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_out)); ReadValue 113 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_str.c_str(), &read_out)); ReadValue 150 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 155 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 209 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 212 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), &read_out)); ReadValue 219 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 224 chrome/installer/util/set_reg_value_work_item_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name_empty.c_str(), NULL, &size, ReadValue 611 chrome/installer/util/shell_util.cc found = key.ReadValue(name_.c_str(), &read_value) == ERROR_SUCCESS; ReadValue 714 chrome/installer/util/shell_util.cc key.ReadValue(installer::kUninstallStringField, &uninstall_string); ReadValue 819 chrome/installer/util/shell_util.cc if (key_hkcu.ReadValue(L"", &hkcu_value) == ERROR_SUCCESS) { ReadValue 828 chrome/installer/util/shell_util.cc if (key_hklm.ReadValue(L"", &hklm_value) == ERROR_SUCCESS) { ReadValue 1126 chrome/installer/util/shell_util.cc (key.ReadValue(L"", &value) != ERROR_SUCCESS)) { ReadValue 1642 chrome/installer/util/shell_util.cc key.ReadValue(NULL, &name) != ERROR_SUCCESS || ReadValue 1650 chrome/installer/util/shell_util.cc key.ReadValue(kReinstallCommand, &command) == ERROR_SUCCESS && ReadValue 90 chrome/installer/util/work_item_list_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 205 chrome/installer/util/work_item_list_unittest.cc EXPECT_EQ(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 262 chrome/installer/util/work_item_list_unittest.cc EXPECT_NE(ERROR_SUCCESS, key.ReadValue(name.c_str(), &read_out)); ReadValue 217 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(L"Order", NULL, &blob_length, NULL) == ERROR_SUCCESS) { ReadValue 220 chrome/utility/importer/ie_importer_win.cc key.ReadValue(L"Order", reinterpret_cast<DWORD*>(&blob[0]), ReadValue 655 chrome/utility/importer/ie_importer_win.cc key.ReadValue(reg_iterator.Name(), NULL, &value_len, NULL); ReadValue 659 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(reg_iterator.Name(), ReadValue 687 chrome/utility/importer/ie_importer_win.cc if ((sub_key.ReadValue(L"URL", &wide_url) != ERROR_SUCCESS) || ReadValue 696 chrome/utility/importer/ie_importer_win.cc if ((sub_key.ReadValue(NULL, &name) != ERROR_SUCCESS) || name.empty()) { ReadValue 698 chrome/utility/importer/ie_importer_win.cc if ((sub_key.ReadValue(L"DisplayName", &name) != ERROR_SUCCESS) || ReadValue 735 chrome/utility/importer/ie_importer_win.cc if (key.ReadValue(kIEHomepage, &homepage_url) != ERROR_SUCCESS || ReadValue 746 chrome/utility/importer/ie_importer_win.cc LONG result = keyDefault.ReadValue(kIEDefaultHomepage, &default_homepage_url); ReadValue 778 chrome/utility/importer/ie_importer_win.cc if (reg_key.ReadValue(L"LinksFolderName", buffer, ReadValue 877 chrome/utility/importer/ie_importer_win.cc LONG result = reg_key.ReadValue(L"Version", buffer, &buffer_length, NULL); ReadValue 187 cloud_print/common/win/install_utils.cc key.ReadValue(kInstallLocation, &install_path_value); ReadValue 285 cloud_print/virtual_driver/win/port_monitor/port_monitor.cc if (SUCCEEDED(gcp_key.ReadValue(path_name, &data)) && ReadValue 81 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc LONG result = key.ReadValue(value_name, NULL, &data_size, &data_type); ReadValue 86 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc result = key.ReadValue(value_name, &(data[0]), &data_size, &data_type); ReadValue 81 content/common/plugin_list_win.cc hkcu_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) { ReadValue 86 content/common/plugin_list_win.cc if (hklm_key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) { ReadValue 109 content/common/plugin_list_win.cc if (key.ReadValue(kRegistryPath, &path) == ERROR_SUCCESS) ReadValue 124 content/common/plugin_list_win.cc if (key.ReadValue(L"Install Directory", &install_dir) != ERROR_SUCCESS) ReadValue 183 content/common/plugin_list_win.cc if (java_key.ReadValue(kRegistryBrowserJavaVersion, &java_version) != ReadValue 185 content/common/plugin_list_win.cc java_key.ReadValue(kRegistryCurrentJavaVersion, &java_version); ReadValue 194 content/common/plugin_list_win.cc if (java_key.ReadValue(kRegistryJavaHome, &java_plugin_directory) == ReadValue 187 gpu/config/gpu_info_collector_win.cc if (key.ReadValue(L"Version", &version)) ReadValue 53 ipc/ipc_message_utils.cc bool ReadValue(const Message* m, PickleIterator* iter, base::Value** value, ReadValue 139 ipc/ipc_message_utils.cc !ReadValue(m, iter, &subval, recursion + 1)) ReadValue 157 ipc/ipc_message_utils.cc if (!ReadValue(m, iter, &subval, recursion + 1)) ReadValue 19 net/base/platform_mime_util_win.cc base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue( ReadValue 32 net/base/platform_mime_util_win.cc if (base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue( ReadValue 85 net/dns/dns_config_service_win.cc LONG result = key_.ReadValue(name, &out->value); ReadValue 43 remoting/host/pairing_registry_delegate_win.cc LONG result = key.ReadValue(value_name, &value_json); ReadValue 188 remoting/host/pairing_registry_delegate_win.cc scoped_ptr<base::DictionaryValue> pairing = ReadValue(unprivileged_, ReadValue 195 remoting/host/pairing_registry_delegate_win.cc scoped_ptr<base::DictionaryValue> secret = ReadValue(privileged_, ReadValue 122 remoting/host/policy_hack/policy_watcher_win.cc if (policy_key.ReadValue(value_name_wide.c_str(), &value) == ReadValue 130 remoting/host/policy_hack/policy_watcher_win.cc if (policy_key.ReadValue(value_name_wide.c_str(), &value) == ReadValue 289 remoting/host/setup/daemon_installer_win.cc result = update_key.ReadValue(kOmahaPathValueName, &google_update); ReadValue 292 rlz/win/lib/machine_deal.cc if (dcc_key.ReadValue(kDccValueName, dcc, &dcc_size, NULL) == ERROR_SUCCESS) { ReadValue 24 rlz/win/lib/registry_util.cc if (key.ReadValue(name, &value_string) != ERROR_SUCCESS) { ReadValue 195 rlz/win/lib/rlz_value_store_registry.cc if (key.ReadValue( ReadValue 102 ui/shell_dialogs/select_file_dialog_win.cc if (reg_ext.ReadValue(NULL, ®_app) == ERROR_SUCCESS && !reg_app.empty()) { ReadValue 104 ui/shell_dialogs/select_file_dialog_win.cc if (reg_link.ReadValue(NULL, reg_description) == ERROR_SUCCESS) ReadValue 90 win8/delegate_execute/chrome_util.cc return key.ReadValue(kRenameCommandValue, update_command) == ERROR_SUCCESS;