Searched refs:GetCapturerCount (Results 1 – 10 of 10) sorted by relevance
89 web_contents->GetCapturerCount() == 0); in IsFullscreenForTabOrPending()306 if (old_contents->GetCapturerCount() == 0 || in OnTabDetachedFromView()735 if (web_contents->GetCapturerCount() > 0) {
395 if (active_tab->GetCapturerCount() > 0) in InvokeEvent()
132 web_contents()->GetCapturerCount() == 0 || in OnBoundsChanged()
297 virtual int GetCapturerCount() const = 0;
182 content::WebContents::FromRenderFrameHost(rfh)->GetCapturerCount() > in OnQueryStatus()
2362 EXPECT_EQ(contents()->GetCapturerCount(), 0); in TEST_F()2368 EXPECT_EQ(1, contents()->GetCapturerCount()); in TEST_F()2375 EXPECT_EQ(2, contents()->GetCapturerCount()); in TEST_F()2382 EXPECT_EQ(3, contents()->GetCapturerCount()); in TEST_F()2389 EXPECT_EQ(1, contents()->GetCapturerCount()); in TEST_F()2395 EXPECT_EQ(0, contents()->GetCapturerCount()); in TEST_F()
217 virtual int GetCapturerCount() const OVERRIDE; in NON_EXPORTED_BASE()
912 int WebContentsImpl::GetCapturerCount() const { in GetCapturerCount() function in content::WebContentsImpl
317 wc->GetCapturerCount() == 0 ||
559 if (web_contents->GetCapturerCount() > 0) { in SwapInternal()