/external/chromium_org/chrome/installer/launcher_support/ |
D | chrome_launcher_support.cc | 35 const wchar_t* app_guid, in GetClientStateValue() argument 41 subkey.append(1, L'\\').append(app_guid); in GetClientStateValue() 57 const wchar_t* app_guid) { in GetSetupExeFromRegistry() argument 59 if (GetClientStateValue(level, app_guid, kUninstallStringField, &uninstall)) { in GetSetupExeFromRegistry()
|
/external/chromium_org/chrome_elf/ |
D | chrome_elf_util.cc | 145 base::string16 app_guid; in AreUsageStatsEnabled() local 148 app_guid = kAppGuidCanary; in AreUsageStatsEnabled() 150 app_guid = IsMultiInstall(system_install) ? kAppGuidGoogleBinaries : in AreUsageStatsEnabled() 156 ReadKeyValueDW(system_install, kRegPathClientStateMedium, app_guid, in AreUsageStatsEnabled() 161 return ReadKeyValueDW(system_install, kRegPathClientState, app_guid, in AreUsageStatsEnabled()
|
/external/chromium_org/chrome/browser/google/ |
D | google_update_win.cc | 61 base::string16 app_guid = installer::GetAppGuidForUpdates( in CanUpdateCurrentChrome() 63 DCHECK(!app_guid.empty()); in CanUpdateCurrentChrome() 66 GoogleUpdateSettings::GetAppUpdatePolicy(app_guid, NULL); in CanUpdateCurrentChrome() 324 base::string16 app_guid = installer::GetAppGuidForUpdates(system_level); in InitiateGoogleUpdateCheck() local 325 DCHECK(!app_guid.empty()); in InitiateGoogleUpdateCheck() 328 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer); in InitiateGoogleUpdateCheck() 330 hr = on_demand->Update(app_guid.c_str(), job_observer); in InitiateGoogleUpdateCheck()
|
/external/chromium_org/chrome/installer/util/ |
D | updating_app_registration_data.cc | 10 const base::string16& app_guid) : app_guid_(app_guid) {} in UpdatingAppRegistrationData() argument
|
D | google_update_settings.cc | 592 const base::string16& app_guid, in GetAppUpdatePolicy() argument 598 DCHECK(!app_guid.empty()); in GetAppUpdatePolicy() 607 app_update_override.append(app_guid); in GetAppUpdatePolicy() 688 for (const base::string16& app_guid : app_guids) { in ReenableAutoupdates() local 695 app_update_override.append(app_guid); in ReenableAutoupdates() 751 const base::string16 app_guid = in RecordChromeUpdatePolicyHistograms() local 757 const UpdatePolicy update_policy = GetAppUpdatePolicy(app_guid, in RecordChromeUpdatePolicyHistograms() 831 const wchar_t* app_guid, in GetUpdateDetailForApp() argument 833 DCHECK(app_guid); in GetUpdateDetailForApp() 841 clientstate_reg_path.append(app_guid); in GetUpdateDetailForApp()
|
D | google_update_settings.h | 243 static UpdatePolicy GetAppUpdatePolicy(const base::string16& app_guid, 288 const wchar_t* app_guid,
|
D | updating_app_registration_data.h | 16 explicit UpdatingAppRegistrationData(const base::string16& app_guid);
|
D | google_update_settings_unittest.cc | 235 bool SetUpdatePolicyForAppGuid(const base::string16& app_guid, in SetUpdatePolicyForAppGuid() argument 243 app_update_override.append(app_guid); in SetUpdatePolicyForAppGuid() 251 const base::string16& app_guid) { in GetUpdatePolicyForAppGuid() argument 258 app_update_override.append(app_guid); in GetUpdatePolicyForAppGuid()
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | mini_installer.cc | 145 bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access, in OpenClientStateKey() argument 149 client_state_key.append(app_guid) && in OpenClientStateKey() 167 const wchar_t* app_guid = in SetInstallerFlags() local 187 if (OpenClientStateKey(root_key, app_guid, key_access, &key)) { in SetInstallerFlags() 195 app_guid = google_update::kMultiInstallAppGuid; in SetInstallerFlags() 200 app_guid = google_update::kMultiInstallAppGuid; in SetInstallerFlags() 205 if (!OpenClientStateKey(root_key, app_guid, key_access, &key)) in SetInstallerFlags() 231 const wchar_t* app_guid, in GetSetupExePathForGuidFromRegistry() argument 236 return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) && in GetSetupExePathForGuidFromRegistry()
|
/external/chromium_org/google_update/ |
D | google_update_idl.idl | 535 [id(2)] HRESULT createApp([in] BSTR app_guid, 714 HRESULT LaunchCmdElevated([in, string] const WCHAR* app_guid, 728 HRESULT LaunchAppCommand([in, string] const WCHAR* app_guid, 830 HRESULT LaunchCmdElevated([in, string] const WCHAR* app_guid,
|