HomeSort by relevance Sort by last modified time
    Searched refs:cus (Results 1 - 23 of 23) 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);
default_component_installer.h 79 void Register(ComponentUpdateService* cus);
95 void StartRegistration(ComponentUpdateService* cus);
96 void FinishRegistration(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),
default_component_installer.cc 34 void DefaultComponentInstaller::Register(ComponentUpdateService* cus) {
44 cus));
112 ComponentUpdateService* cus) {
175 cus));
184 ComponentUpdateService* cus) {
193 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
pepper_flash_component_installer.cc 349 void FinishPepperFlashUpdateRegistration(ComponentUpdateService* cus,
357 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
362 void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) {
387 base::Bind(&FinishPepperFlashUpdateRegistration, cus, version));
399 void RegisterPepperFlashComponent(ComponentUpdateService* cus) {
407 base::Bind(&StartPepperFlashUpdateRegistration, cus));
widevine_cdm_component_installer.cc 370 void RegisterWidevineCdmComponent(ComponentUpdateService* cus) {
378 // |cus| will take ownership of |installer| during installer->Register(cus).
381 installer->Register(cus);
  /external/chromium_org/chrome/browser/ui/webui/
components_ui.cc 122 ComponentUpdateService* cus = g_browser_process->component_updater(); local
124 cus->GetComponents(&components);
162 ComponentUpdateService* cus = g_browser_process->component_updater(); local
163 cus->OnDemandUpdate(component_id);
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 52 void RegisterPnaclComponent(ComponentUpdateService* cus,
85 ComponentUpdateService* cus() const { return cus_; } function in class:PnaclComponentInstaller
pnacl_component_installer.cc 331 pci->cus()->RegisterComponent(pnacl_component);
430 ComponentUpdateService* cus,
434 cus_ = cus;
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 30 void StartInitialLoad(ComponentUpdateService* cus);
crl_set_fetcher.cc 36 void CRLSetFetcher::StartInitialLoad(ComponentUpdateService* cus) {
39 cus_ = cus;
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.h 91 void SetComponentUpdateService(ComponentUpdateService* cus);
162 ComponentUpdateService* cus, const std::string& component_id);
component_updater_service_unittest.cc 129 void TestConfigurator::SetComponentUpdateService(ComponentUpdateService* cus) {
130 cus_ = cus;
247 ComponentUpdateService* cus, const std::string& component_id) {
248 return cus->OnDemandUpdate(component_id);
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 396 ComponentUpdateService* cus = g_browser_process->component_updater(); local
398 // Registration can be before or after cus->Start() so it is ok to post
402 RegisterRecoveryComponent(cus, g_browser_process->local_state());
403 RegisterPepperFlashComponent(cus);
404 RegisterSwiftShaderComponent(cus);
408 cus, command_line);
411 RegisterWidevineCdmComponent(cus);
416 g_browser_process->crl_set_fetcher()->StartInitialLoad(cus);
419 cus->Start();
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 165 ComponentUpdateService* cus = g_browser_process->component_updater(); local
166 if (!cus)
182 throttles->push_back(cus->GetOnDemandResourceThrottle(request, crx_id));
  /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 1124 milliseconds