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

  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.h 22 // implements the members of ComponentInstallerTraits, and then registering a
25 class ComponentInstallerTraits {
27 virtual ~ComponentInstallerTraits();
71 // Customization must be provided by passing a ComponentInstallerTraits object
76 scoped_ptr<ComponentInstallerTraits> installer_traits);
101 scoped_ptr<ComponentInstallerTraits> installer_traits_;
default_component_installer.cc 22 ComponentInstallerTraits::~ComponentInstallerTraits() {
26 scoped_ptr<ComponentInstallerTraits> installer_traits)
91 base::Bind(&ComponentInstallerTraits::ComponentReady,

Completed in 47 milliseconds