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

  /external/chromium_org/components/component_updater/
default_component_installer.h 30 // implements the members of ComponentInstallerTraits, and then registering a
33 class ComponentInstallerTraits {
35 virtual ~ComponentInstallerTraits();
81 // Customization must be provided by passing a ComponentInstallerTraits object
86 scoped_ptr<ComponentInstallerTraits> installer_traits);
111 scoped_ptr<ComponentInstallerTraits> installer_traits_;
default_component_installer.cc 29 ComponentInstallerTraits::~ComponentInstallerTraits() {
33 scoped_ptr<ComponentInstallerTraits> installer_traits)
103 base::Bind(&ComponentInstallerTraits::ComponentReady,
  /external/chromium_org/chrome/browser/component_updater/
ev_whitelist_component_installer.h 21 class EVWhitelistComponentInstallerTraits : public ComponentInstallerTraits {
27 // The following methods override ComponentInstallerTraits.
cld_component_installer.h 26 class CldComponentInstallerTraits : public ComponentInstallerTraits {
43 // The following methods override ComponentInstallerTraits.
ev_whitelist_component_installer.cc 119 scoped_ptr<ComponentInstallerTraits> traits(
cld_component_installer.cc 122 scoped_ptr<ComponentInstallerTraits> traits(
sw_reporter_installer_win.cc 222 class SwReporterInstallerTraits : public ComponentInstallerTraits {
377 scoped_ptr<ComponentInstallerTraits> traits(
widevine_cdm_component_installer.cc 234 class WidevineCdmComponentInstallerTraits : public ComponentInstallerTraits {
240 // The following methods override ComponentInstallerTraits.
369 scoped_ptr<ComponentInstallerTraits> traits(

Completed in 2783 milliseconds