Searched refs:cus (Results 1 - 25 of 32) sorted by path

12

/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc394 component_updater::ComponentUpdateService* cus = local
397 // Registration can be before or after cus->Start() so it is ok to post
401 RegisterRecoveryComponent(cus, g_browser_process->local_state());
402 RegisterPepperFlashComponent(cus);
403 RegisterSwiftShaderComponent(cus);
404 RegisterWidevineCdmComponent(cus);
406 g_browser_process->pnacl_component_installer()->RegisterPnaclComponent(cus);
411 RegisterCldComponent(cus);
424 g_browser_process->crl_set_fetcher()->StartInitialLoad(cus, path);
431 RegisterEVWhitelistComponent(cus);
[all...]
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc937 component_updater::ComponentUpdateService* cus = local
940 if (crl_set && cus)
941 crl_set->StartInitialLoad(cus, path);
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc108 void RegisterCldComponent(ComponentUpdateService* cus) { argument
124 // |cus| will take ownership of |installer| during installer->Register(cus).
127 installer->Register(cus);
H A Dcld_component_installer.h73 void RegisterCldComponent(ComponentUpdateService* cus);
H A Dcomponent_updater_resource_throttle.cc90 ComponentUpdateService* cus,
102 base::Unretained(cus),
89 GetOnDemandResourceThrottle( ComponentUpdateService* cus, const std::string& crx_id) argument
H A Dcomponent_updater_resource_throttle.h22 ComponentUpdateService* cus,
H A Dev_whitelist_component_installer.cc116 void RegisterEVWhitelistComponent(ComponentUpdateService* cus) { argument
121 // |cus| will take ownership of |installer| during installer->Register(cus).
124 installer->Register(cus);
H A Dev_whitelist_component_installer.h48 void RegisterEVWhitelistComponent(ComponentUpdateService* cus);
H A Dflash_component_installer.h20 void RegisterPepperFlashComponent(ComponentUpdateService* cus);
H A Dpepper_flash_component_installer.cc438 void FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus, argument
446 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
451 void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) { argument
478 base::Bind(&FinishPepperFlashUpdateRegistration, cus, version));
503 void RegisterPepperFlashComponent(ComponentUpdateService* cus) { argument
512 base::Bind(&StartPepperFlashUpdateRegistration, cus));
H A Drecovery_component_installer.cc72 void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) { argument
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
165 void RegisterRecoveryComponent(ComponentUpdateService* cus, argument
173 base::Bind(&RecoveryRegisterHelper, cus, prefs),
H A Drecovery_component_installer.h18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
H A Dsw_reporter_installer_win.cc325 void RegisterSwReporterComponent(ComponentUpdateService* cus, argument
379 // |cus| will take ownership of |installer| during installer->Register(cus).
382 installer->Register(cus);
H A Dsw_reporter_installer_win.h21 void RegisterSwReporterComponent(ComponentUpdateService* cus,
H A Dswiftshader_component_installer.cc164 void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus, argument
173 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) {
180 explicit UpdateChecker(ComponentUpdateService* cus);
188 UpdateChecker::UpdateChecker(ComponentUpdateService* cus) : cus_(cus) { argument
215 void RegisterSwiftShaderPath(ComponentUpdateService* cus) { argument
232 UpdateChecker* update_checker = new UpdateChecker(cus);
250 void RegisterSwiftShaderComponent(ComponentUpdateService* cus) { argument
254 base::Bind(&RegisterSwiftShaderPath, cus));
H A Dswiftshader_component_installer.h15 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
H A Dwidevine_cdm_component_installer.cc363 void RegisterWidevineCdmComponent(ComponentUpdateService* cus) { argument
371 // |cus| will take ownership of |installer| during installer->Register(cus).
374 installer->Register(cus);
H A Dwidevine_cdm_component_installer.h19 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc305 pci->cus()->RegisterComponent(pnacl_component);
365 ComponentUpdateService* cus) {
366 cus_ = cus;
364 RegisterPnaclComponent( ComponentUpdateService* cus) argument
H A Dpnacl_component_installer.h53 void RegisterPnaclComponent(ComponentUpdateService* cus);
72 ComponentUpdateService* cus() const { return cus_; } function in class:component_updater::PnaclComponentInstaller
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc140 ComponentUpdateService* cus,
142 return cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
1188 ComponentUpdateService* cus,
1198 content::ResourceThrottle* rt = GetOnDemandResourceThrottle(cus, crx_id);
1204 void RequestAndDeleteResourceThrottle(ComponentUpdateService* cus, argument
1218 delete RequestTestResourceThrottle(cus, &controller, crx_id);
139 OnDemand( ComponentUpdateService* cus, const std::string& component_id) argument
1187 RequestTestResourceThrottle( ComponentUpdateService* cus, TestResourceController* controller, const char* crx_id) argument
H A Dcomponent_updater_service_unittest.h89 ComponentUpdateService* cus,
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_accessor.h27 void RegisterSwReporterComponent(ComponentUpdateService* cus,
53 component_updater::ComponentUpdateService* cus,
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus, argument
42 cus_ = cus;
H A Dcrl_set_fetcher.h29 void StartInitialLoad(component_updater::ComponentUpdateService* cus,

Completed in 285 milliseconds

12