Home
last modified time | relevance | path

Searched refs:ComponentUpdateService (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/chrome/browser/component_updater/test/
Dcomponent_updater_service_unittest.h49 ComponentUpdateService* component_updater();
56 ComponentUpdateService::Status RegisterComponent(CrxComponent* com,
73 scoped_ptr<ComponentUpdateService> component_updater_;
88 static ComponentUpdateService::Status OnDemand(
89 ComponentUpdateService* cus,
Dcomponent_updater_service_unittest.cc87 ComponentUpdateService* ComponentUpdaterTest::component_updater() { in component_updater()
103 ComponentUpdateService::Status ComponentUpdaterTest::RegisterComponent( in RegisterComponent()
139 ComponentUpdateService::Status OnDemandTester::OnDemand( in OnDemand()
140 ComponentUpdateService* cus, in OnDemand()
185 ComponentUpdateService::kOk, in TEST_F()
548 ComponentUpdateService::kOk, in TEST_F()
592 ComponentUpdateService::kOk, in TEST_F()
627 ComponentUpdateService::kOk, in TEST_F()
664 ComponentUpdateService::kOk, in TEST_F()
802 EXPECT_EQ(ComponentUpdateService::kReplaced, in TEST_F()
[all …]
/external/chromium_org/components/component_updater/
Dcomponent_updater_service.h105 class ComponentUpdateService {
194 virtual ~ComponentUpdateService() {} in ~ComponentUpdateService()
205 typedef ComponentUpdateService::Observer ServiceObserver;
221 virtual ComponentUpdateService::Status OnDemandUpdate(
227 ComponentUpdateService* ComponentUpdateServiceFactory(Configurator* config);
Ddefault_component_installer.cc43 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) { in Register()
123 void DefaultComponentInstaller::StartRegistration(ComponentUpdateService* cus) { in StartRegistration()
206 ComponentUpdateService* cus) { in FinishRegistration()
215 ComponentUpdateService::Status status = cus->RegisterComponent(crx); in FinishRegistration()
216 if (status != ComponentUpdateService::kOk && in FinishRegistration()
217 status != ComponentUpdateService::kReplaced) { in FinishRegistration()
Ddefault_component_installer.h89 void Register(ComponentUpdateService* cus);
105 void StartRegistration(ComponentUpdateService* cus);
106 void FinishRegistration(ComponentUpdateService* cus);
Dcomponent_updater_service.cc103 class CrxUpdateService : public ComponentUpdateService, public OnDemandUpdater {
264 ComponentUpdateService::Status CrxUpdateService::Start() { in Start()
286 ComponentUpdateService::Status CrxUpdateService::Stop() { in Stop()
436 ComponentUpdateService::Status CrxUpdateService::RegisterComponent( in RegisterComponent()
522 ComponentUpdateService::Status CrxUpdateService::OnDemandUpdate( in OnDemandUpdate()
945 ComponentUpdateService::Status CrxUpdateService::OnDemandUpdateWithCooldown( in OnDemandUpdateWithCooldown()
958 ComponentUpdateService::Status CrxUpdateService::OnDemandUpdateInternal( in OnDemandUpdateInternal()
993 ComponentUpdateService::Status CrxUpdateService::GetServiceStatus( in GetServiceStatus()
1018 ComponentUpdateService* ComponentUpdateServiceFactory(Configurator* config) { in ComponentUpdateServiceFactory()
/external/chromium_org/chrome/browser/component_updater/
Dswiftshader_component_installer.cc164 void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus, in FinishSwiftShaderUpdateRegistration()
173 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) { in FinishSwiftShaderUpdateRegistration()
180 explicit UpdateChecker(ComponentUpdateService* cus);
185 ComponentUpdateService* cus_;
188 UpdateChecker::UpdateChecker(ComponentUpdateService* cus) : cus_(cus) { in UpdateChecker()
215 void RegisterSwiftShaderPath(ComponentUpdateService* cus) { in RegisterSwiftShaderPath()
250 void RegisterSwiftShaderComponent(ComponentUpdateService* cus) { in RegisterSwiftShaderComponent()
Dswiftshader_component_installer.h10 class ComponentUpdateService; variable
15 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
Dwidevine_cdm_component_installer.h10 class ComponentUpdateService; variable
19 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
Dcomponent_updater_resource_throttle.h16 class ComponentUpdateService; variable
22 ComponentUpdateService* cus,
Drecovery_component_installer.h13 class ComponentUpdateService; variable
18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
Dflash_component_installer.h15 class ComponentUpdateService; variable
20 void RegisterPepperFlashComponent(ComponentUpdateService* cus);
Dsw_reporter_installer_win.h17 class ComponentUpdateService; variable
21 void RegisterSwReporterComponent(ComponentUpdateService* cus,
Dev_whitelist_component_installer.h19 class ComponentUpdateService; variable
48 void RegisterEVWhitelistComponent(ComponentUpdateService* cus);
Drecovery_component_installer.cc72 void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) { in RecoveryRegisterHelper()
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) { in RecoveryRegisterHelper()
165 void RegisterRecoveryComponent(ComponentUpdateService* cus, in RegisterRecoveryComponent()
Dcld_component_installer.h23 class ComponentUpdateService; variable
73 void RegisterCldComponent(ComponentUpdateService* cus);
Dcomponent_updater_resource_throttle.cc90 ComponentUpdateService* cus, in GetOnDemandResourceThrottle()
101 base::Bind(&ComponentUpdateService::MaybeThrottle, in GetOnDemandResourceThrottle()
Dev_whitelist_component_installer.cc20 using component_updater::ComponentUpdateService;
116 void RegisterEVWhitelistComponent(ComponentUpdateService* cus) { in RegisterEVWhitelistComponent()
Dcld_component_installer.cc22 using component_updater::ComponentUpdateService;
108 void RegisterCldComponent(ComponentUpdateService* cus) { in RegisterCldComponent()
/external/chromium_org/chrome/browser/ui/webui/
Dcomponents_ui.cc142 component_updater::ComponentUpdateService* cus = in ComponentsUI()
148 component_updater::ComponentUpdateService* cus = in ~ComponentsUI()
156 component_updater::ComponentUpdateService* cus = in OnDemandUpdate()
163 component_updater::ComponentUpdateService* cus = in LoadComponents()
245 using component_updater::ComponentUpdateService; in OnEvent()
246 if (event == ComponentUpdateService::Observer::COMPONENT_UPDATED) { in OnEvent()
247 ComponentUpdateService* cus = g_browser_process->component_updater(); in OnEvent()
/external/chromium_org/chrome/browser/component_updater/pnacl/
Dpnacl_component_installer.h53 void RegisterPnaclComponent(ComponentUpdateService* cus);
72 ComponentUpdateService* cus() const { return cus_; } in cus()
77 ComponentUpdateService* cus_;
Dpnacl_component_installer.cc304 ComponentUpdateService::Status status = in FinishPnaclUpdateRegistration()
306 if (status != ComponentUpdateService::kOk && in FinishPnaclUpdateRegistration()
307 status != ComponentUpdateService::kReplaced) { in FinishPnaclUpdateRegistration()
365 ComponentUpdateService* cus) { in RegisterPnaclComponent()
/external/chromium_org/chrome/browser/metrics/
Dchrome_metrics_service_accessor.h26 class ComponentUpdateService; variable
27 void RegisterSwReporterComponent(ComponentUpdateService* cus,
53 component_updater::ComponentUpdateService* cus,
/external/chromium_org/chrome/browser/net/
Dcrl_set_fetcher.h29 void StartInitialLoad(component_updater::ComponentUpdateService* cus,
75 component_updater::ComponentUpdateService* cus_;
Dcrl_set_fetcher.cc23 using component_updater::ComponentUpdateService;
36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus, in StartInitialLoad()
154 ComponentUpdateService::kOk) { in RegisterComponent()

12