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

/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc246 g_all_hosts = LAZY_INSTANCE_INITIALIZER; member in namespace:content::__anon7365
464 g_all_hosts.Get().set_check_on_null_data(true);
486 switch (g_all_hosts.Pointer()->size()) {
1620 g_all_hosts.Get().AddWithID(host, host_id);
1625 RenderProcessHost* host = g_all_hosts.Get().Lookup(host_id);
1629 g_all_hosts.Get().Remove(host_id);
1750 return iterator(g_all_hosts.Pointer());
1756 return g_all_hosts.Get().Lookup(render_process_id);
1782 if (g_all_hosts.Get().size() >= GetMaxRendererProcessCount())
1795 suitable_renderers.reserve(g_all_hosts
[all...]

Completed in 38 milliseconds