Searched defs:active_view_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dsite_instance_impl.h62 size_t active_view_count() { return active_view_count_; } function in class:content::SiteInstanceImpl
65 // that, unlike active_view_count, this does not count pending RVHs.
69 // that, unlike active_view_count, this does not count pending RVHs.
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc1337 old_render_frame_host->GetSiteInstance())->active_view_count()) {
1406 int active_view_count = local
1408 ->active_view_count();
1421 if (!active_view_count) {
1624 if (site_instance->active_view_count() > 1) {

Completed in 787 milliseconds