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

  /external/chromium_org/chrome/installer/util/
updating_app_registration_data.cc 10 const base::string16& app_guid) : app_guid_(app_guid) {}
updating_app_registration_data.h 16 explicit UpdatingAppRegistrationData(const base::string16& app_guid);
google_update_settings.h 235 // Returns the effective update policy for |app_guid| as dictated by
238 static UpdatePolicy GetAppUpdatePolicy(const std::wstring& app_guid,
241 // Returns true if the app indicated by |app_guid| should be updated
245 static bool AreAutoupdatesEnabled(const base::string16& app_guid);
247 // Attempts to reenable auto-updates for |app_guid| by removing
256 static bool ReenableAutoupdatesForApp(const base::string16& app_guid);
281 const wchar_t* app_guid,
google_update_settings.cc 567 const std::wstring& app_guid,
573 DCHECK(!app_guid.empty());
582 app_update_override.append(app_guid);
604 const base::string16& app_guid) {
618 UpdatePolicy policy = GetAppUpdatePolicy(app_guid, NULL);
624 const base::string16& app_guid) {
639 app_update_override.append(app_guid);
684 return AreAutoupdatesEnabled(app_guid);
695 const base::string16 app_guid = local
701 const UpdatePolicy update_policy = GetAppUpdatePolicy(app_guid,
    [all...]
google_update_settings_unittest.cc 234 bool SetUpdatePolicyForAppGuid(const base::string16& app_guid,
242 app_update_override.append(app_guid);
249 DWORD GetUpdatePolicyForAppGuid(const base::string16& app_guid) {
256 app_update_override.append(app_guid);
    [all...]
  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.cc 54 const wchar_t* app_guid,
60 subkey.append(1, L'\\').append(app_guid);
74 bool IsProductInstalled(InstallationLevel level, const wchar_t* app_guid) {
78 subkey.append(1, L'\\').append(app_guid);
103 const wchar_t* app_guid) {
105 if (GetClientStateValue(level, app_guid, kUninstallStringField, &uninstall)) {
  /external/chromium_org/chrome/browser/google/
google_update_win.cc 59 base::string16 app_guid = installer::GetAppGuidForUpdates(
61 DCHECK(!app_guid.empty());
64 GoogleUpdateSettings::GetAppUpdatePolicy(app_guid, NULL);
322 base::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/chrome_elf/
chrome_elf_util.cc 145 base::string16 app_guid; local
148 app_guid = kAppGuidCanary;
150 app_guid = IsMultiInstall(system_install) ? kAppGuidGoogleBinaries :
156 ReadKeyValueDW(system_install, kRegPathClientStateMedium, app_guid,
161 return ReadKeyValueDW(system_install, kRegPathClientState, app_guid,
  /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) &&
165 const wchar_t* app_guid = local
185 if (OpenClientStateKey(root_key, app_guid, key_access, &key)) {
193 app_guid = google_update::kMultiInstallAppGuid;
198 app_guid = google_update::kMultiInstallAppGuid;
203 if (!OpenClientStateKey(root_key, app_guid, key_access, &key))
229 const wchar_t* app_guid,
234 return OpenClientStateKey(root_key, app_guid, KEY_QUERY_VALUE, &key) &&
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 139 base::string16 app_guid = installer::GetAppGuidForUpdates(IsSystemInstall()); local
140 DCHECK(!app_guid.empty());
144 GoogleUpdateSettings::AreAutoupdatesEnabled(app_guid);

Completed in 486 milliseconds