Home | History | Annotate | Download | only in webui

Lines Matching refs:cus

142   component_updater::ComponentUpdateService* cus =
144 cus->AddObserver(this);
148 component_updater::ComponentUpdateService* cus =
150 if (cus)
151 cus->RemoveObserver(this);
156 component_updater::ComponentUpdateService* cus =
158 cus->GetOnDemandUpdater().OnDemandUpdate(component_id);
163 component_updater::ComponentUpdateService* cus =
166 component_ids = cus->GetComponentIDs();
172 if (cus->GetComponentDetails(component_ids[j], &item)) {
247 ComponentUpdateService* cus = g_browser_process->component_updater();
249 if (cus->GetComponentDetails(id, &item))