Home
last modified time | relevance | path

Searched refs:cus_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/pnacl/
Dpnacl_component_installer.h72 ComponentUpdateService* cus() const { return cus_; } in cus()
77 ComponentUpdateService* cus_; variable
Dpnacl_component_installer.cc206 PnaclComponentInstaller::PnaclComponentInstaller() : cus_(NULL) { in PnaclComponentInstaller()
366 cus_ = cus; in RegisterPnaclComponent()
/external/chromium_org/chrome/browser/net/
Dcrl_set_fetcher.cc26 CRLSetFetcher::CRLSetFetcher() : cus_(NULL) {} in CRLSetFetcher()
42 cus_ = cus; in StartInitialLoad()
153 if (cus_->RegisterComponent(component) != in RegisterComponent()
Dcrl_set_fetcher.h75 component_updater::ComponentUpdateService* cus_; variable
/external/chromium_org/chrome/browser/component_updater/
Dswiftshader_component_installer.cc185 ComponentUpdateService* cus_; member in component_updater::__anon1b05426f0111::UpdateChecker
188 UpdateChecker::UpdateChecker(ComponentUpdateService* cus) : cus_(cus) { in UpdateChecker()
207 base::Bind(&FinishSwiftShaderUpdateRegistration, cus_, version)); in OnGpuInfoUpdate()