Home
last modified time | relevance | path

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

/external/chromium_org/content/public/test/
Dmock_render_process_host.cc231 int MockRenderProcessHost::GetActiveViewCount() { in GetActiveViewCount() function in content::MockRenderProcessHost
244 if (static_cast<size_t>(GetActiveViewCount()) == count) in FastShutdownForPageCount()
Dmock_render_process_host.h92 int GetActiveViewCount();
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.h149 int GetActiveViewCount();
Drender_process_host_impl.cc1497 if (static_cast<size_t>(GetActiveViewCount()) == count) in FastShutdownForPageCount()
1761 int RenderProcessHostImpl::GetActiveViewCount() { in GetActiveViewCount() function in content::RenderProcessHostImpl
1799 int num_active_views = GetActiveViewCount(); in OnShutdownRequest()
Drender_view_host_impl.cc1092 if (process->GetActiveViewCount() > 1) in AllowBindings()