/external/chromium_org/chrome/browser/component_updater/test/ |
D | component_updater_service_unittest.h | 49 ComponentUpdateService* component_updater(); 56 ComponentUpdateService::Status RegisterComponent(CrxComponent* com, 73 scoped_ptr<ComponentUpdateService> component_updater_; 88 static ComponentUpdateService::Status OnDemand( 89 ComponentUpdateService* cus,
|
D | component_updater_service_unittest.cc | 87 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/ |
D | component_updater_service.h | 105 class ComponentUpdateService { 194 virtual ~ComponentUpdateService() {} in ~ComponentUpdateService() 205 typedef ComponentUpdateService::Observer ServiceObserver; 221 virtual ComponentUpdateService::Status OnDemandUpdate( 227 ComponentUpdateService* ComponentUpdateServiceFactory(Configurator* config);
|
D | default_component_installer.cc | 43 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()
|
D | default_component_installer.h | 89 void Register(ComponentUpdateService* cus); 105 void StartRegistration(ComponentUpdateService* cus); 106 void FinishRegistration(ComponentUpdateService* cus);
|
D | component_updater_service.cc | 103 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/ |
D | swiftshader_component_installer.cc | 164 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()
|
D | swiftshader_component_installer.h | 10 class ComponentUpdateService; variable 15 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
|
D | widevine_cdm_component_installer.h | 10 class ComponentUpdateService; variable 19 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
|
D | component_updater_resource_throttle.h | 16 class ComponentUpdateService; variable 22 ComponentUpdateService* cus,
|
D | recovery_component_installer.h | 13 class ComponentUpdateService; variable 18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
|
D | flash_component_installer.h | 15 class ComponentUpdateService; variable 20 void RegisterPepperFlashComponent(ComponentUpdateService* cus);
|
D | sw_reporter_installer_win.h | 17 class ComponentUpdateService; variable 21 void RegisterSwReporterComponent(ComponentUpdateService* cus,
|
D | ev_whitelist_component_installer.h | 19 class ComponentUpdateService; variable 48 void RegisterEVWhitelistComponent(ComponentUpdateService* cus);
|
D | recovery_component_installer.cc | 72 void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) { in RecoveryRegisterHelper() 85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) { in RecoveryRegisterHelper() 165 void RegisterRecoveryComponent(ComponentUpdateService* cus, in RegisterRecoveryComponent()
|
D | cld_component_installer.h | 23 class ComponentUpdateService; variable 73 void RegisterCldComponent(ComponentUpdateService* cus);
|
D | component_updater_resource_throttle.cc | 90 ComponentUpdateService* cus, in GetOnDemandResourceThrottle() 101 base::Bind(&ComponentUpdateService::MaybeThrottle, in GetOnDemandResourceThrottle()
|
D | ev_whitelist_component_installer.cc | 20 using component_updater::ComponentUpdateService; 116 void RegisterEVWhitelistComponent(ComponentUpdateService* cus) { in RegisterEVWhitelistComponent()
|
D | cld_component_installer.cc | 22 using component_updater::ComponentUpdateService; 108 void RegisterCldComponent(ComponentUpdateService* cus) { in RegisterCldComponent()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | components_ui.cc | 142 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/ |
D | pnacl_component_installer.h | 53 void RegisterPnaclComponent(ComponentUpdateService* cus); 72 ComponentUpdateService* cus() const { return cus_; } in cus() 77 ComponentUpdateService* cus_;
|
D | pnacl_component_installer.cc | 304 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/ |
D | chrome_metrics_service_accessor.h | 26 class ComponentUpdateService; variable 27 void RegisterSwReporterComponent(ComponentUpdateService* cus, 53 component_updater::ComponentUpdateService* cus,
|
/external/chromium_org/chrome/browser/net/ |
D | crl_set_fetcher.h | 29 void StartInitialLoad(component_updater::ComponentUpdateService* cus, 75 component_updater::ComponentUpdateService* cus_;
|
D | crl_set_fetcher.cc | 23 using component_updater::ComponentUpdateService; 36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus, in StartInitialLoad() 154 ComponentUpdateService::kOk) { in RegisterComponent()
|