Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dgpu_process_host_ui_shim.cc40 IDMap<GpuProcessHostUIShim> g_hosts_by_id; variable
117 g_hosts_by_id.AddWithID(this, host_id_); in GpuProcessHostUIShim()
143 while (!g_hosts_by_id.IsEmpty()) { in DestroyAll()
144 IDMap<GpuProcessHostUIShim>::iterator it(&g_hosts_by_id); in DestroyAll()
152 return g_hosts_by_id.Lookup(host_id); in FromID()
206 g_hosts_by_id.Remove(host_id_); in ~GpuProcessHostUIShim()