HomeSort by relevance Sort by last modified time
    Searched refs:active_view_count (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/
site_instance_impl.h 62 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/
render_frame_host_manager.cc 1153 int active_view_count = local
    [all...]
render_frame_host_manager_unittest.cc 598 // Test if SiteInstanceImpl::active_view_count() is correctly updated
610 EXPECT_EQ(instance1->active_view_count(), 1U);
622 EXPECT_EQ(instance1->active_view_count(), 3U);
633 EXPECT_EQ(instance2->active_view_count(), 1U);
636 EXPECT_EQ(instance1->active_view_count(), 2U);
641 EXPECT_EQ(instance1->active_view_count(), 3U);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 595 if (!instance_->active_view_count())
    [all...]

Completed in 401 milliseconds