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

12

/external/chromium_org/chrome/browser/component_updater/
H A Dswiftshader_component_installer.h15 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
H A Dwidevine_cdm_component_installer.h19 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
H A Dcomponent_updater_resource_throttle.h22 ComponentUpdateService* cus,
H A Drecovery_component_installer.h18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
H A Dflash_component_installer.h20 void RegisterPepperFlashComponent(ComponentUpdateService* 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 Dev_whitelist_component_installer.h48 void RegisterEVWhitelistComponent(ComponentUpdateService* 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 Dcomponent_updater_resource_throttle.cc90 ComponentUpdateService* cus,
102 base::Unretained(cus),
89 GetOnDemandResourceThrottle( ComponentUpdateService* cus, const std::string& crx_id) argument
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 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 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 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);
/external/chromium_org/chrome/browser/ui/webui/
H A Dcomponents_ui.cc142 component_updater::ComponentUpdateService* cus = local
144 cus->AddObserver(this);
148 component_updater::ComponentUpdateService* cus = local
150 if (cus)
151 cus->RemoveObserver(this);
156 component_updater::ComponentUpdateService* cus = local
158 cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
163 component_updater::ComponentUpdateService* cus = local
166 component_ids = cus->GetComponentIDs();
172 if (cus
247 ComponentUpdateService* cus = g_browser_process->component_updater(); local
[all...]
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.h89 void Register(ComponentUpdateService* cus);
105 void StartRegistration(ComponentUpdateService* cus);
106 void FinishRegistration(ComponentUpdateService* cus);
H A Ddefault_component_installer.cc43 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) { argument
45 task_runner_ = cus->GetSequencedTaskRunner();
56 cus));
123 void DefaultComponentInstaller::StartRegistration(ComponentUpdateService* cus) { argument
197 cus));
206 ComponentUpdateService* cus) {
215 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
205 FinishRegistration( ComponentUpdateService* cus) argument
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.h53 void RegisterPnaclComponent(ComponentUpdateService* cus);
72 ComponentUpdateService* cus() const { return cus_; } function in class:component_updater::PnaclComponentInstaller
H A Dpnacl_component_installer.cc305 pci->cus()->RegisterComponent(pnacl_component);
365 ComponentUpdateService* cus) {
366 cus_ = cus;
364 RegisterPnaclComponent( ComponentUpdateService* cus) argument
/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/component_updater/test/
H A Dcomponent_updater_service_unittest.h89 ComponentUpdateService* cus,
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.h29 void StartInitialLoad(component_updater::ComponentUpdateService* cus,
H A Dcrl_set_fetcher.cc36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus, argument
42 cus_ = cus;
/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...]

Completed in 221 milliseconds

12