Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc199 g_all_hosts = LAZY_INSTANCE_INITIALIZER; variable
384 g_all_hosts.Get().set_check_on_null_data(true); in RenderProcessHostImpl()
406 switch (g_all_hosts.Pointer()->size()) { in ShutDownInProcessRenderer()
1508 g_all_hosts.Get().AddWithID(host, host_id); in RegisterHost()
1513 RenderProcessHost* host = g_all_hosts.Get().Lookup(host_id); in UnregisterHost()
1517 g_all_hosts.Get().Remove(host_id); in UnregisterHost()
1585 return iterator(g_all_hosts.Pointer()); in AllHostsIterator()
1591 return g_all_hosts.Get().Lookup(render_process_id); in FromID()
1616 if (g_all_hosts.Get().size() >= GetMaxRendererProcessCount()) in ShouldTryToUseExistingProcessHost()
1629 suitable_renderers.reserve(g_all_hosts.Get().size()); in GetExistingProcessHost()