OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanAutoUpdate
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
ev_whitelist_component_installer.h
28
virtual bool
CanAutoUpdate
() const OVERRIDE;
cld_component_installer.h
44
virtual bool
CanAutoUpdate
() const OVERRIDE;
ev_whitelist_component_installer.cc
41
bool EVWhitelistComponentInstallerTraits::
CanAutoUpdate
() const {
cld_component_installer.cc
52
bool CldComponentInstallerTraits::
CanAutoUpdate
() const {
widevine_cdm_component_installer.cc
241
virtual bool
CanAutoUpdate
() const OVERRIDE;
269
bool WidevineCdmComponentInstallerTraits::
CanAutoUpdate
() const {
sw_reporter_installer_win.cc
232
virtual bool
CanAutoUpdate
() const { return true; }
/external/chromium_org/components/component_updater/
default_component_installer.h
46
virtual bool
CanAutoUpdate
() const = 0;
default_component_installer.cc
208
if (installer_traits_->
CanAutoUpdate
()) {
Completed in 41 milliseconds