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

/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc193 int MockRenderProcessHost::GetActiveViewCount() { function in class:content::MockRenderProcessHost
206 if (static_cast<size_t>(GetActiveViewCount()) == count)
H A Dmock_render_process_host.h100 int GetActiveViewCount();
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h165 int GetActiveViewCount();
H A Drender_process_host_impl.cc1609 if (static_cast<size_t>(GetActiveViewCount()) == count)
1951 int RenderProcessHostImpl::GetActiveViewCount() { function in class:content::RenderProcessHostImpl
2015 int num_active_views = GetActiveViewCount();
H A Drender_view_host_impl.cc756 if (process->GetActiveViewCount() > 1 &&

Completed in 1487 milliseconds