HomeSort by relevance Sort by last modified time
    Searched defs:IsCapturingVideo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.cc 41 bool IsCapturingVideo(content::WebContents* contents) {
45 return indicator->IsCapturingVideo(contents);
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 130 bool IsCapturingVideo() const { return video_ref_count_ > 0; }
320 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo()));
323 bool MediaStreamCaptureIndicator::IsCapturingVideo(
328 return (it != usage_map_.end() && it->second->IsCapturingVideo());
427 if ((usage.IsCapturingAudio() || usage.IsCapturingVideo())
433 video = video || usage.IsCapturingVideo();

Completed in 93 milliseconds