Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/gpu/
Dgpu_process_host_ui_shim.cc43 base::LazyInstance<IDMap<GpuProcessHostUIShim> > g_hosts_by_id = variable
103 g_hosts_by_id.Pointer()->AddWithID(this, host_id_); in GpuProcessHostUIShim()
137 while (!g_hosts_by_id.Pointer()->IsEmpty()) { in DestroyAll()
138 IDMap<GpuProcessHostUIShim>::iterator it(g_hosts_by_id.Pointer()); in DestroyAll()
146 return g_hosts_by_id.Pointer()->Lookup(host_id); in FromID()
152 if (g_hosts_by_id.Pointer()->IsEmpty()) in GetOneInstance()
154 IDMap<GpuProcessHostUIShim>::iterator it(g_hosts_by_id.Pointer()); in GetOneInstance()
197 g_hosts_by_id.Pointer()->Remove(host_id_); in ~GpuProcessHostUIShim()