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

  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.h 24 // implements the members of ComponentInstallerTraits, and then registering a
27 class ComponentInstallerTraits {
29 virtual ~ComponentInstallerTraits();
75 // Customization must be provided by passing a ComponentInstallerTraits object
80 scoped_ptr<ComponentInstallerTraits> installer_traits);
105 scoped_ptr<ComponentInstallerTraits> installer_traits_;
cld_component_installer.h 24 class CldComponentInstallerTraits : public ComponentInstallerTraits {
41 // The following methods override ComponentInstallerTraits.
default_component_installer.cc 24 ComponentInstallerTraits::~ComponentInstallerTraits() {
28 scoped_ptr<ComponentInstallerTraits> installer_traits)
94 base::Bind(&ComponentInstallerTraits::ComponentReady,
cld_component_installer.cc 110 scoped_ptr<ComponentInstallerTraits> traits(
sw_reporter_installer_win.cc 126 class SwReporterInstallerTraits : public ComponentInstallerTraits {
192 scoped_ptr<ComponentInstallerTraits> traits(
widevine_cdm_component_installer.cc 233 class WidevineCdmComponentInstallerTraits : public ComponentInstallerTraits {
239 // The following methods override ComponentInstallerTraits.
368 scoped_ptr<ComponentInstallerTraits> traits(

Completed in 431 milliseconds