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 89 web_contents->GetCapturerCount() == 0);
306 if (old_contents->GetCapturerCount() == 0 ||
735 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 297 virtual int GetCapturerCount() const = 0;
  /external/chromium_org/ui/views/controls/webview/
webview.cc 132 web_contents()->GetCapturerCount() == 0 ||
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 182 content::WebContents::FromRenderFrameHost(rfh)->GetCapturerCount() >
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc     [all...]
web_contents_impl.h 217 virtual int GetCapturerCount() const OVERRIDE;
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 559 if (web_contents->GetCapturerCount() > 0) {
    [all...]

Completed in 676 milliseconds