Searched refs:GetCapturerCount (Results 1 – 10 of 10) sorted by relevance
88 DCHECK(web_contents->GetCapturerCount() == 0); in IsFullscreenForTabOrPending()305 if (old_contents->GetCapturerCount() == 0 || in OnTabDetachedFromView()725 if (web_contents->GetCapturerCount() > 0) {
395 if (active_tab->GetCapturerCount() > 0) in InvokeEvent()
146 web_contents()->GetCapturerCount() == 0 || in OnBoundsChanged()
307 virtual int GetCapturerCount() const = 0;
187 content::WebContents::FromRenderFrameHost(rfh)->GetCapturerCount() > in OnQueryStatus()
2400 EXPECT_EQ(contents()->GetCapturerCount(), 0); in TEST_F()2406 EXPECT_EQ(1, contents()->GetCapturerCount()); in TEST_F()2413 EXPECT_EQ(2, contents()->GetCapturerCount()); in TEST_F()2420 EXPECT_EQ(3, contents()->GetCapturerCount()); in TEST_F()2427 EXPECT_EQ(1, contents()->GetCapturerCount()); in TEST_F()2433 EXPECT_EQ(0, contents()->GetCapturerCount()); in TEST_F()
249 virtual int GetCapturerCount() const OVERRIDE; in NON_EXPORTED_BASE()
987 int WebContentsImpl::GetCapturerCount() const { in GetCapturerCount() function in content::WebContentsImpl
296 wc->GetCapturerCount() == 0 ||
555 if (web_contents->GetCapturerCount() > 0) { in SwapInternal()