Home
last modified time | relevance | path

Searched refs:app_guid (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/installer/launcher_support/
Dchrome_launcher_support.cc35 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/
Dchrome_elf_util.cc145 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/
Dgoogle_update_win.cc61 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/
Dupdating_app_registration_data.cc10 const base::string16& app_guid) : app_guid_(app_guid) {} in UpdatingAppRegistrationData() argument
Dgoogle_update_settings.cc592 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()
Dgoogle_update_settings.h243 static UpdatePolicy GetAppUpdatePolicy(const base::string16& app_guid,
288 const wchar_t* app_guid,
Dupdating_app_registration_data.h16 explicit UpdatingAppRegistrationData(const base::string16& app_guid);
Dgoogle_update_settings_unittest.cc235 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/
Dmini_installer.cc145 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/
Dgoogle_update_idl.idl535 [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,