HomeSort by relevance Sort by last modified time
    Searched refs:cus (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 15 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
widevine_cdm_component_installer.h 19 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
sw_reporter_installer_win.h 22 void ExecuteSwReporter(ComponentUpdateService* cus, PrefService* prefs);
29 void ExecutePendingSwReporter(ComponentUpdateService* cus, PrefService* prefs);
recovery_component_installer.h 18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
flash_component_installer.h 20 void RegisterPepperFlashComponent(ComponentUpdateService* cus);
default_component_installer.h 83 void Register(ComponentUpdateService* cus);
99 void StartRegistration(ComponentUpdateService* cus);
100 void FinishRegistration(ComponentUpdateService* cus);
sw_reporter_installer_win.cc 190 void RegisterComponent(ComponentUpdateService* cus, PrefService* prefs) {
194 // |cus| will take ownership of |installer| during installer->Register(cus).
197 installer->Register(cus);
203 void MaybeRegisterComponent(ComponentUpdateService* cus,
208 RegisterComponent(cus, prefs);
213 void ExecuteSwReporter(ComponentUpdateService* cus, PrefService* prefs) {
223 const std::vector<std::string> registered_components(cus->GetComponentIDs());
228 RegisterComponent(cus, prefs);
241 void ExecutePendingSwReporter(ComponentUpdateService* cus, PrefService* prefs)
    [all...]
swiftshader_component_installer.cc 166 void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus,
175 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) {
182 explicit UpdateChecker(ComponentUpdateService* cus);
190 UpdateChecker::UpdateChecker(ComponentUpdateService* cus) : cus_(cus) {
217 void RegisterSwiftShaderPath(ComponentUpdateService* cus) {
234 UpdateChecker* update_checker = new UpdateChecker(cus);
252 void RegisterSwiftShaderComponent(ComponentUpdateService* cus) {
260 base::Bind(&RegisterSwiftShaderPath, cus));
recovery_component_installer.cc 72 void RecoveryRegisterHelper(ComponentUpdateService* cus, PrefService* prefs) {
85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
160 void RegisterRecoveryComponent(ComponentUpdateService* cus,
168 base::Bind(&RecoveryRegisterHelper, cus, prefs),
default_component_installer.cc 36 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) {
46 cus));
114 void DefaultComponentInstaller::StartRegistration(ComponentUpdateService* cus) {
187 cus));
196 ComponentUpdateService* cus) {
205 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
cld_component_installer.cc 109 void RegisterCldComponent(ComponentUpdateService* cus) {
112 // |cus| will take ownership of |installer| during installer->Register(cus).
115 installer->Register(cus);
cld_component_installer.h 62 void RegisterCldComponent(ComponentUpdateService* cus);
pepper_flash_component_installer.cc 438 void FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus,
446 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
451 void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) {
478 base::Bind(&FinishPepperFlashUpdateRegistration, cus, version));
503 void RegisterPepperFlashComponent(ComponentUpdateService* cus) {
512 base::Bind(&StartPepperFlashUpdateRegistration, cus));
widevine_cdm_component_installer.cc 362 void RegisterWidevineCdmComponent(ComponentUpdateService* cus) {
370 // |cus| will take ownership of |installer| during installer->Register(cus).
373 installer->Register(cus);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 53 void RegisterPnaclComponent(ComponentUpdateService* cus,
76 ComponentUpdateService* cus() const { return cus_; } function in class:component_updater::PnaclComponentInstaller
pnacl_component_installer.cc 306 pci->cus()->RegisterComponent(pnacl_component);
373 ComponentUpdateService* cus,
377 cus_ = cus;
  /external/chromium_org/chrome/browser/ui/webui/
components_ui.cc 142 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->GetComponentDetails(component_ids[j], &item))
247 ComponentUpdateService* cus = g_browser_process->component_updater(); local
    [all...]
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 28 void StartInitialLoad(component_updater::ComponentUpdateService* cus);
crl_set_fetcher.cc 38 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus) {
41 cus_ = cus;
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 101 void SetComponentUpdateService(ComponentUpdateService* cus);
173 ComponentUpdateService* cus,
component_updater_service_unittest.cc 141 void TestConfigurator::SetComponentUpdateService(ComponentUpdateService* cus) {
142 cus_ = cus;
248 ComponentUpdateService* cus,
250 return cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 381 component_updater::ComponentUpdateService* cus = local
384 // Registration can be before or after cus->Start() so it is ok to post
388 RegisterRecoveryComponent(cus, g_browser_process->local_state());
389 RegisterPepperFlashComponent(cus);
390 RegisterSwiftShaderComponent(cus);
391 RegisterWidevineCdmComponent(cus);
393 cus, command_line);
400 g_browser_process->crl_set_fetcher()->StartInitialLoad(cus);
408 RegisterCldComponent(cus);
412 ExecutePendingSwReporter(cus, g_browser_process->local_state())
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 224 component_updater::ComponentUpdateService* cus = local
226 if (!cus)
243 cus->GetOnDemandUpdater().GetOnDemandResourceThrottle(request, crx_id));
  /external/elfutils/0.153/src/
readelf.c 6644 struct mac_culist *cus = (struct mac_culist *) alloca ((nculist + 1) local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 936 milliseconds

1 2