Home
last modified time | relevance | path

Searched refs:IsCapturingVideo (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media/
Dmedia_stream_capture_indicator.cc145 bool IsCapturingVideo() const { return video_ref_count_ > 0; } in IsCapturingVideo() function in MediaStreamCaptureIndicator::WebContentsDeviceUsage
320 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo())); in IsCapturingUserMedia()
323 bool MediaStreamCaptureIndicator::IsCapturingVideo( in IsCapturingVideo() function in MediaStreamCaptureIndicator
328 return (it != usage_map_.end() && it->second->IsCapturingVideo()); in IsCapturingVideo()
423 if (!usage.IsCapturingAudio() && !usage.IsCapturingVideo()) in UpdateNotificationUserInterface()
438 video = video || usage.IsCapturingVideo(); in UpdateNotificationUserInterface()
Dmedia_stream_capture_indicator.h51 bool IsCapturingVideo(content::WebContents* web_contents) const;
/external/chromium_org/chrome/browser/ui/ash/
Dmedia_delegate_chromeos.cc31 if (indicator->IsCapturingVideo(web_contents)) in GetMediaCaptureState()