Home
last modified time | relevance | path

Searched refs:GetCapturerCount (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller.cc88 DCHECK(web_contents->GetCapturerCount() == 0); in IsFullscreenForTabOrPending()
305 if (old_contents->GetCapturerCount() == 0 || in OnTabDetachedFromView()
725 if (web_contents->GetCapturerCount() > 0) {
Dfullscreen_controller_state_test.cc395 if (active_tab->GetCapturerCount() > 0) in InvokeEvent()
/external/chromium_org/ui/views/controls/webview/
Dwebview.cc146 web_contents()->GetCapturerCount() == 0 || in OnBoundsChanged()
/external/chromium_org/content/public/browser/
Dweb_contents.h307 virtual int GetCapturerCount() const = 0;
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_output_protection_message_filter.cc187 content::WebContents::FromRenderFrameHost(rfh)->GetCapturerCount() > in OnQueryStatus()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_unittest.cc2400 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()
Dweb_contents_impl.h249 virtual int GetCapturerCount() const OVERRIDE; in NON_EXPORTED_BASE()
Dweb_contents_impl.cc987 int WebContentsImpl::GetCapturerCount() const { in GetCapturerCount() function in content::WebContentsImpl
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm296 wc->GetCapturerCount() == 0 ||
/external/chromium_org/chrome/browser/prerender/
Dprerender_manager.cc555 if (web_contents->GetCapturerCount() > 0) { in SwapInternal()