Searched defs:DefaultComponentInstaller (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc32 DefaultComponentInstaller::DefaultComponentInstaller( function in class:component_updater::DefaultComponentInstaller
39 DefaultComponentInstaller::~DefaultComponentInstaller() {
43 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) {
48 NOTREACHED() << "A DefaultComponentInstaller has been created but "
54 base::Bind(&DefaultComponentInstaller::StartRegistration,
59 void DefaultComponentInstaller::OnUpdateError(int error) {
63 bool DefaultComponentInstaller::InstallHelper(
76 bool DefaultComponentInstaller
[all...]
H A Ddefault_component_installer.h29 // Components should use a DefaultComponentInstaller by defining a class that
31 // DefaultComponentInstaller that has been constructed with an instance of that
80 // A DefaultComponentInstaller is intended to be final, and not derived from.
83 class DefaultComponentInstaller : public ComponentInstaller { class in namespace:component_updater
85 DefaultComponentInstaller(
98 virtual ~DefaultComponentInstaller();
120 DISALLOW_COPY_AND_ASSIGN(DefaultComponentInstaller);

Completed in 2481 milliseconds