HomeSort by relevance Sort by last modified time
    Searched full:app_guid (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 51 const wchar_t* app_guid,
57 subkey.append(1, L'\\').append(app_guid);
71 bool IsProductInstalled(InstallationLevel level, const wchar_t* app_guid) {
75 subkey.append(1, L'\\').append(app_guid);
100 const wchar_t* app_guid) {
102 if (GetClientStateValue(level, app_guid, kUninstallStringField, &uninstall)) {
  /external/chromium/chrome/browser/google/
google_update.cc 85 std::wstring app_guid = installer::GetAppGuidForUpdates(
87 DCHECK(!app_guid.empty());
89 if (IsUpdateDisabledByPolicy(app_guid))
325 std::wstring app_guid = installer::GetAppGuidForUpdates(system_level);
326 DCHECK(!app_guid.empty());
329 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);
331 hr = on_demand->Update(app_guid.c_str(), job_observer);
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 59 string16 app_guid = installer::GetAppGuidForUpdates(
61 DCHECK(!app_guid.empty());
64 GoogleUpdateSettings::GetAppUpdatePolicy(app_guid, NULL);
322 string16 app_guid = installer::GetAppGuidForUpdates(system_level); local
323 DCHECK(!app_guid.empty());
326 hr = on_demand->CheckForUpdate(app_guid.c_str(), job_observer);
328 hr = on_demand->Update(app_guid.c_str(), job_observer);
  /external/chromium_org/apps/app_host/
update.cc 52 Version GetAppVersionFromRegistry(const wchar_t* app_guid) {
55 client_key.append(app_guid);
binaries_installer.cc 26 const wchar_t* app_guid,
29 HRESULT hr = app_bundle->createInstalledApp(base::win::ScopedBstr(app_guid),
  /external/chromium_org/chrome/installer/util/
google_update_settings.cc 481 const std::wstring& app_guid,
487 DCHECK(!app_guid.empty());
497 app_update_override.reserve(kPrefixLen + app_guid.size());
500 app_update_override.append(app_guid);
585 const wchar_t* app_guid,
587 DCHECK(app_guid);
595 clientstate_reg_path.append(app_guid);
google_update_settings.h 220 // Returns the effective update policy for |app_guid| as dictated by
223 static UpdatePolicy GetAppUpdatePolicy(const std::wstring& app_guid,
246 const wchar_t* app_guid,
installer_state.cc 747 // Skip the app_guid we started with.
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 143 bool OpenClientStateKey(HKEY root_key, const wchar_t* app_guid, REGSAM access,
147 client_state_key.append(app_guid) &&
163 const wchar_t* app_guid = local
183 if (OpenClientStateKey(root_key, app_guid, key_access, &key)) {
191 app_guid = google_update::kMultiInstallAppGuid;
196 app_guid = google_update::kMultiInstallAppGuid;
201 if (!OpenClientStateKey(root_key, app_guid, key_access, &key))
227 const wchar_t* app_guid,
232 return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) &&
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 124 string16 app_guid = installer::GetAppGuidForUpdates(IsSystemInstall()); local
125 DCHECK(!app_guid.empty());
127 GoogleUpdateSettings::GetAppUpdatePolicy(app_guid, NULL)) {
  /external/chromium_org/google_update/
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,
    [all...]

Completed in 176 milliseconds