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

/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc198 int MockRenderProcessHost::GetActiveViewCount() { function in class:content::MockRenderProcessHost
211 if (static_cast<size_t>(GetActiveViewCount()) == count)
H A Dmock_render_process_host.h102 int GetActiveViewCount();
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h169 int GetActiveViewCount();
H A Drender_process_host_impl.cc1617 if (static_cast<size_t>(GetActiveViewCount()) == count)
1954 int RenderProcessHostImpl::GetActiveViewCount() { function in class:content::RenderProcessHostImpl
2018 int num_active_views = GetActiveViewCount();
H A Drender_view_host_impl.cc841 if (process->GetActiveViewCount() > 1 &&

Completed in 141 milliseconds