/dports/www/chromium-legacy/chromium-88.0.4324.182/components/component_updater/ |
H A D | configurator_impl.h | 88 std::string GetAppGuid() const;
|
H A D | configurator_impl.cc | 127 std::string ConfiguratorImpl::GetAppGuid() const { in GetAppGuid() function in component_updater::ConfiguratorImpl
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/component_updater/ |
H A D | configurator_impl.h | 88 std::string GetAppGuid() const;
|
H A D | configurator_impl.cc | 127 std::string ConfiguratorImpl::GetAppGuid() const { in GetAppGuid() function in component_updater::ConfiguratorImpl
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/install_static/ |
H A D | install_util.cc | 395 return GetClientsKeyPath(GetAppGuid()); in GetClientsKeyPath() 399 return GetClientStateKeyPath(GetAppGuid()); in GetClientStateKeyPath() 403 return GetClientStateMediumKeyPath(GetAppGuid()); in GetClientStateMediumKeyPath() 415 const wchar_t* GetAppGuid() { in GetAppGuid() function
|
H A D | install_util_unittest.cc | 434 TEST_P(InstallStaticUtilTest, GetAppGuid) { in TEST_P() argument 438 EXPECT_STREQ(L"", GetAppGuid()); in TEST_P() 449 EXPECT_THAT(GetAppGuid(), StrCaseEq(kAppGuids[std::get<0>(GetParam())])); in TEST_P()
|
H A D | install_util.h | 103 const wchar_t* GetAppGuid();
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/google/ |
H A D | google_update_policy_fetcher_win.cc | 90 base::win::ScopedBstr app_id(install_static::GetAppGuid()); in GetGoogleUpdatePolicies() 180 base::win::ScopedBstr app_id(install_static::GetAppGuid()); in GetLegacyGoogleUpdatePolicies()
|
H A D | google_update_win.cc | 597 const wchar_t* app_guid = install_static::GetAppGuid(); in BeginUpdateCheckInternal()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/ |
H A D | recovery_improved_component_installer_win.cc | 38 return base::UTF16ToUTF8(install_static::GetAppGuid()); in GetBrowserAppId()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/first_run/ |
H A D | upgrade_util_win.cc | 69 hr = ipl->LaunchCmdElevated(install_static::GetAppGuid(), in InvokeGoogleUpdateForRename()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/ |
H A D | google_update_settings.cc | 538 GetAppUpdatePolicy(install_static::GetAppGuid(), nullptr); in AreAutoupdatesEnabled() 568 app_update_override.append(install_static::GetAppGuid()); in ReenableAutoupdates() 764 install_static::GetAppGuid(), data); in GetUpdateDetail()
|
H A D | google_update_settings_unittest.cc | 546 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F() 569 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F() 585 const wchar_t* app_guid = install_static::GetAppGuid(); in TEST_F()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/ |
H A D | user_experiment_unittest.cc | 52 install_static::GetClientsKeyPath(install_static::GetAppGuid()).c_str(), in SetClientsValue()
|
H A D | google_chrome_behaviors.cc | 96 install_static::GetAppGuid()); in UpdateInstallStatus()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/ |
H A D | browser_dm_token_storage_win.cc | 89 const wchar_t* app_guid = install_static::GetAppGuid(); in StoreDMTokenInRegistry()
|