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

  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 13 void RegisterSwiftShaderComponent(ComponentUpdateService* cus);
widevine_cdm_component_installer.h 17 void RegisterWidevineCdmComponent(ComponentUpdateService* cus);
recovery_component_installer.h 15 void RegisterRecoveryComponent(ComponentUpdateService* cus,
flash_component_installer.h 18 void RegisterPepperFlashComponent(ComponentUpdateService* cus);
swiftshader_component_installer.cc 160 void FinishSwiftShaderUpdateRegistration(ComponentUpdateService* cus,
169 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) {
176 explicit UpdateChecker(ComponentUpdateService* cus);
184 UpdateChecker::UpdateChecker(ComponentUpdateService* cus)
185 : cus_(cus) {
208 void RegisterSwiftShaderPath(ComponentUpdateService* cus) {
224 UpdateChecker *update_checker = new UpdateChecker(cus);
237 void RegisterSwiftShaderComponent(ComponentUpdateService* cus) {
244 base::Bind(&RegisterSwiftShaderPath, cus));
recovery_component_installer.cc 67 void RecoveryRegisterHelper(ComponentUpdateService* cus,
81 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
141 void RegisterRecoveryComponent(ComponentUpdateService* cus,
149 base::Bind(&RecoveryRegisterHelper, cus, prefs),
pepper_flash_component_installer.cc 346 void FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus,
354 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
359 void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) {
384 base::Bind(&FinishPepperFlashUpdateRegistration, cus, version));
396 void RegisterPepperFlashComponent(ComponentUpdateService* cus) {
404 base::Bind(&StartPepperFlashUpdateRegistration, cus));
widevine_cdm_component_installer.cc 268 void FinishWidevineCdmUpdateRegistration(ComponentUpdateService* cus,
276 if (cus->RegisterComponent(widevine_cdm) != ComponentUpdateService::kOk) {
282 void StartWidevineCdmUpdateRegistration(ComponentUpdateService* cus) {
315 base::Bind(&FinishWidevineCdmUpdateRegistration, cus, version));
328 void RegisterWidevineCdmComponent(ComponentUpdateService* cus) {
331 base::Bind(&StartWidevineCdmUpdateRegistration, cus));
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 43 void RegisterPnaclComponent(ComponentUpdateService* cus,
68 ComponentUpdateService* cus() const { return cus_; } function in class:PnaclComponentInstaller
pnacl_component_installer.cc 353 pci->cus()->RegisterComponent(pnacl_component);
446 ComponentUpdateService* cus,
450 cus_ = cus;
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 30 void StartInitialLoad(ComponentUpdateService* cus);
crl_set_fetcher.cc 35 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus) {
38 cus_ = cus;
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 384 ComponentUpdateService* cus = g_browser_process->component_updater(); local
386 // Registration can be before or after cus->Start() so it is ok to post
390 RegisterRecoveryComponent(cus, g_browser_process->local_state());
391 RegisterPepperFlashComponent(cus);
392 RegisterSwiftShaderComponent(cus);
393 RegisterWidevineCdmComponent(cus);
398 g_browser_process->crl_set_fetcher()->StartInitialLoad(cus);
402 cus, command_line);
404 cus->Start();
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 90 void SetComponentUpdateService(ComponentUpdateService* cus);
component_updater_service_unittest.cc 127 void TestConfigurator::SetComponentUpdateService(ComponentUpdateService* cus) {
128 cus_ = cus;
    [all...]
  /system/core/sh/
eval.c 1242 char us[8], ss[8], cus[8], css[8]; local
1250 cu = conv_time(tms.tms_cutime, cus, sizeof(cus));
1254 u, us, s, ss, cu, cus, cs, css);
  /external/elfutils/src/
readelf.c 5104 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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 158 milliseconds