Home
last modified time | relevance | path

Searched refs:EnabledBackgroundDownloader (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/component_updater/
H A Dios_component_updater_configurator.cc64 bool EnabledBackgroundDownloader() const override;
198 bool IOSConfigurator::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in component_updater::__anon9b6f790c0111::IOSConfigurator
199 return configurator_impl_.EnabledBackgroundDownloader(); in EnabledBackgroundDownloader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc78 bool EnabledBackgroundDownloader() const override;
228 bool ChromeConfigurator::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in component_updater::__anon23b56a050111::ChromeConfigurator
229 return configurator_impl_.EnabledBackgroundDownloader(); in EnabledBackgroundDownloader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/updater/
H A Dchrome_update_client_config.cc234 bool ChromeUpdateClientConfig::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in extensions::ChromeUpdateClientConfig
235 return impl_.EnabledBackgroundDownloader(); in EnabledBackgroundDownloader()
H A Dchrome_update_client_config.h72 bool EnabledBackgroundDownloader() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/component_updater/
H A Dconfigurator_impl.h81 bool EnabledBackgroundDownloader() const;
H A Dconfigurator_impl.cc116 bool ConfiguratorImpl::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in component_updater::ConfiguratorImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/component_updater/
H A Dconfigurator_impl.h81 bool EnabledBackgroundDownloader() const;
H A Dconfigurator_impl.cc116 bool ConfiguratorImpl::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in component_updater::ConfiguratorImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dconfigurator.h113 virtual bool EnabledBackgroundDownloader() const = 0;
H A Dtest_configurator.h95 bool EnabledBackgroundDownloader() const override;
H A Dtest_configurator.cc143 bool TestConfigurator::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in update_client::TestConfigurator
H A Dcomponent.cc329 update_context_.config->EnabledBackgroundDownloader(); in CanDoBackgroundDownload()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dconfigurator.h116 virtual bool EnabledBackgroundDownloader() const = 0;
H A Dtest_configurator.h97 bool EnabledBackgroundDownloader() const override;
H A Dtest_configurator.cc149 bool TestConfigurator::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in update_client::TestConfigurator
H A Dcomponent.cc400 update_context_.config->EnabledBackgroundDownloader(); in CanDoBackgroundDownload()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/
H A Dconfigurator.cc138 bool Configurator::EnabledBackgroundDownloader() const { in EnabledBackgroundDownloader() function in updater::Configurator
H A Dconfigurator.h64 bool EnabledBackgroundDownloader() const override;