ReadValueDW        91 base/test/test_reg_util_win_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, read_key.ReadValueDW(kTestValueName, &value));
ReadValueDW        81 base/win/registry.h   LONG ReadValueDW(const wchar_t* name, DWORD* out_value) const;
ReadValueDW        79 base/win/registry_unittest.cc     ASSERT_EQ(ERROR_SUCCESS, key.ReadValueDW(kDWORDValueName, &dword_value));
ReadValueDW        88 base/win/registry_unittest.cc     ASSERT_NE(ERROR_SUCCESS, key.ReadValueDW(kNonExistent, &dword_value));
ReadValueDW       134 base/win/win_util.cc   if (key.ReadValueDW(L"EnableLUA", &uac_enabled) != ERROR_SUCCESS)
ReadValueDW       269 chrome/app/chrome_breakpad_client.cc   if (hklm_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
ReadValueDW       276 chrome/app/chrome_breakpad_client.cc   if (hkcu_policy_key.ReadValueDW(key_name.c_str(), &value) == ERROR_SUCCESS) {
ReadValueDW        36 chrome/browser/chrome_elf_init_unittest_win.cc     blacklist_registry_key_->ReadValueDW(blacklist::kBeaconState,
ReadValueDW       117 chrome/browser/chrome_elf_init_win.cc   blacklist_registry_key.ReadValueDW(blacklist::kBeaconState, &blacklist_state);
ReadValueDW       926 chrome/browser/metrics/metrics_service.cc         regkey.ReadValueDW(name.c_str(), &value) == ERROR_SUCCESS) {
ReadValueDW       226 chrome/browser/process_singleton_win.cc       reg_key.ReadValueDW(chrome::kLaunchModeValue,
ReadValueDW       215 chrome/installer/gcapi/gcapi.cc       key.ReadValueDW(kC1FKey, &value) == ERROR_SUCCESS &&
ReadValueDW       753 chrome/installer/gcapi/gcapi.cc       key.ReadValueDW(kRelaunchAllowedAfterValue,
ReadValueDW        63 chrome/installer/util/app_command.cc     key.ReadValueDW(kNameBoolVars[i].name, &value);
ReadValueDW       129 chrome/installer/util/delete_reg_key_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value));
ReadValueDW       137 chrome/installer/util/delete_reg_key_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"", &dw_value));
ReadValueDW        89 chrome/installer/util/delete_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword));
ReadValueDW       238 chrome/installer/util/google_update_settings.cc       key.ReadValueDW(google_update::kRegUsageStatsField,
ReadValueDW       247 chrome/installer/util/google_update_settings.cc         key.ReadValueDW(google_update::kRegUsageStatsField,
ReadValueDW       561 chrome/installer/util/google_update_settings.cc     found_override = (policy_key.ReadValueDW(app_update_override.c_str(),
ReadValueDW       567 chrome/installer/util/google_update_settings.cc         policy_key.ReadValueDW(kUpdatePolicyValue, &value) == ERROR_SUCCESS) {
ReadValueDW       589 chrome/installer/util/google_update_settings.cc       policy_key.ReadValueDW(kCheckPeriodOverrideMinutes,
ReadValueDW       619 chrome/installer/util/google_update_settings.cc         policy_key.ReadValueDW(app_update_override.c_str(),
ReadValueDW       636 chrome/installer/util/google_update_settings.cc         policy_key.ReadValueDW(kUpdatePolicyValue, &value) == ERROR_SUCCESS &&
ReadValueDW       646 chrome/installer/util/google_update_settings.cc     if (policy_key.ReadValueDW(kCheckPeriodOverrideMinutes,
ReadValueDW       723 chrome/installer/util/google_update_settings.cc     if (update_key.ReadValueDW(google_update::kRegLastStartedAUField,
ReadValueDW       740 chrome/installer/util/google_update_settings.cc     if (update_key.ReadValueDW(google_update::kRegLastCheckedField,
ReadValueDW       767 chrome/installer/util/google_update_settings.cc     if ((clientstate.ReadValueDW(google_update::kRegLastCheckSuccessField,
ReadValueDW       778 chrome/installer/util/google_update_settings.cc       if (clientstate.ReadValueDW(google_update::kRegLastInstallerResultField,
ReadValueDW       785 chrome/installer/util/google_update_settings.cc       if (clientstate.ReadValueDW(google_update::kRegLastInstallerErrorField,
ReadValueDW       789 chrome/installer/util/google_update_settings.cc       if (clientstate.ReadValueDW(google_update::kRegLastInstallerExtraField,
ReadValueDW       223 chrome/installer/util/google_update_settings_unittest.cc       if (policy_key.ReadValueDW(app_update_override.c_str(),
ReadValueDW       246 chrome/installer/util/google_update_settings_unittest.cc             policy_key.ReadValueDW(GoogleUpdateSettings::kUpdatePolicyValue,
ReadValueDW       527 chrome/installer/util/google_update_settings_unittest.cc       key.ReadValueDW(google_update::kRegEULAAceptedField, &value));
ReadValueDW       533 chrome/installer/util/google_update_settings_unittest.cc       key.ReadValueDW(google_update::kRegEULAAceptedField, &value));
ReadValueDW      1096 chrome/installer/util/google_update_settings_unittest.cc              KEY_QUERY_VALUE).ReadValueDW(google_update::kRegUsageStatsField,
ReadValueDW       142 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
ReadValueDW       158 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
ReadValueDW       173 chrome/installer/util/install_util_unittest.cc                   .ReadValueDW(installer::kInstallerExtraCode1, &value));
ReadValueDW       105 chrome/installer/util/installation_state.cc     has_usagestats_ = (key.ReadValueDW(google_update::kRegUsageStatsField,
ReadValueDW       111 chrome/installer/util/installation_state.cc     has_eula_accepted_ = (key.ReadValueDW(google_update::kRegEULAAceptedField,
ReadValueDW       115 chrome/installer/util/installation_state.cc     msi_ = (key.ReadValueDW(google_update::kRegMSIField,
ReadValueDW       131 chrome/installer/util/installation_state.cc     if (key.ReadValueDW(google_update::kRegUsageStatsField,
ReadValueDW       137 chrome/installer/util/installation_state.cc     if (key.ReadValueDW(google_update::kRegEULAAceptedField,
ReadValueDW       402 chrome/installer/util/installer_state_unittest.cc         key.ReadValueDW(installer::kInstallerResult, &dw_value));
ReadValueDW       405 chrome/installer/util/installer_state_unittest.cc         key.ReadValueDW(installer::kInstallerError, &dw_value));
ReadValueDW        93 chrome/installer/util/registry_test_data.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(L"SomeValue", &dw_value));
ReadValueDW        75 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword));
ReadValueDW       114 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name_dword.c_str(), &read_dword));
ReadValueDW       167 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword));
ReadValueDW       172 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword));
ReadValueDW       239 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword));
ReadValueDW       244 chrome/installer/util/set_reg_value_work_item_unittest.cc   EXPECT_EQ(ERROR_SUCCESS, key.ReadValueDW(name.c_str(), &read_dword));
ReadValueDW       617 chrome/installer/util/shell_util.cc       found = key.ReadValueDW(name_.c_str(), &read_value) == ERROR_SUCCESS;
ReadValueDW      1123 components/wifi/wifi_service_win.cc       error = nw_category_wizard.ReadValueDW(kNwCategoryWizardRegValue,
ReadValueDW      1152 components/wifi/wifi_service_win.cc       error = nw_category_wizard.ReadValueDW(kNwCategoryWizardSavedRegValue,
ReadValueDW       101 net/dns/dns_config_service_win.cc     LONG result = key_.ReadValueDW(name, &out->value);
ReadValueDW       145 remoting/host/policy_hack/policy_watcher_win.cc     if (policy_key.ReadValueDW(value_name_wide.c_str(), &value) ==
ReadValueDW       153 remoting/host/policy_hack/policy_watcher_win.cc       if (policy_key.ReadValueDW(value_name_wide.c_str(), &value) ==
ReadValueDW        37 remoting/host/usage_stats_consent_win.cc   return key.ReadValueDW(kOmahaUsagestatsValue, usagestats_out);
ReadValueDW       139 remoting/host/win/rdp_client.cc       (key.ReadValueDW(kRdpPortValueName, &server_port) != ERROR_SUCCESS)) {
ReadValueDW       255 rlz/win/lib/rlz_value_store_registry.cc   if (key.ReadValueDW(access_point_name_wide.c_str(), &value) ==
ReadValueDW       311 rlz/win/lib/rlz_value_store_registry.cc   if (key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS) {
ReadValueDW       343 rlz/win/lib/rlz_value_store_registry.cc   return key.ReadValueDW(event_rlz_wide.c_str(), &value) == ERROR_SUCCESS;
ReadValueDW       115 ui/gfx/win/dpi.cc       reg_key.ReadValueDW(value_name, &value) == ERROR_SUCCESS) {
ReadValueDW       251 ui/gfx/win/dpi.cc         if (key.ReadValueDW(L"AppliedDPI", &value) == ERROR_SUCCESS) {
ReadValueDW       487 win8/delegate_execute/command_execute_impl.cc   if (reg_key.ReadValueDW(chrome::kLaunchModeValue,