Searched refs:IsCapturingVideo (Results 1 – 3 of 3) sorted by relevance
145 bool IsCapturingVideo() const { return video_ref_count_ > 0; } in IsCapturingVideo() function in MediaStreamCaptureIndicator::WebContentsDeviceUsage320 (it->second->IsCapturingAudio() || it->second->IsCapturingVideo())); in IsCapturingUserMedia()323 bool MediaStreamCaptureIndicator::IsCapturingVideo( in IsCapturingVideo() function in MediaStreamCaptureIndicator328 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()
51 bool IsCapturingVideo(content::WebContents* web_contents) const;
31 if (indicator->IsCapturingVideo(web_contents)) in GetMediaCaptureState()