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 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_;
default_component_installer.cc 24 ComponentInstallerTraits::~ComponentInstallerTraits() {
28 scoped_ptr<ComponentInstallerTraits> installer_traits)
94 base::Bind(&ComponentInstallerTraits::ComponentReady,

Completed in 512 milliseconds