Searched refs:CrxUpdateService (Results 1 - 1 of 1) sorted by path

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc103 class CrxUpdateService : public ComponentUpdateService, public OnDemandUpdater { class in namespace:component_updater
105 explicit CrxUpdateService(Configurator* config);
106 virtual ~CrxUpdateService();
220 base::OneShotTimer<CrxUpdateService> timer_;
233 DISALLOW_COPY_AND_ASSIGN(CrxUpdateService);
238 CrxUpdateService::CrxUpdateService(Configurator* config) function in class:component_updater::CrxUpdateService
246 CrxUpdateService::~CrxUpdateService() {
254 void CrxUpdateService
[all...]

Completed in 2262 milliseconds