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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 88 DCHECK(web_contents->GetCapturerCount() == 0);
305 if (old_contents->GetCapturerCount() == 0 ||
725 if (web_contents->GetCapturerCount() > 0) {
fullscreen_controller_state_test.cc 395 if (active_tab->GetCapturerCount() > 0)
    [all...]
  /external/chromium_org/content/public/browser/
web_contents.h 307 virtual int GetCapturerCount() const = 0;
  /external/chromium_org/ui/views/controls/webview/
webview.cc 146 web_contents()->GetCapturerCount() == 0 ||
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 187 content::WebContents::FromRenderFrameHost(rfh)->GetCapturerCount() >
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc     [all...]
web_contents_impl.h 249 virtual int GetCapturerCount() const OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 555 if (web_contents->GetCapturerCount() > 0) {
    [all...]

Completed in 182 milliseconds