Searched refs:video_ref_count_ (Results 1 – 1 of 1) sorted by relevance
139 video_ref_count_(0), in WebContentsDeviceUsage()145 bool IsCapturingVideo() const { return video_ref_count_ > 0; } in IsCapturingVideo()166 int video_ref_count_; member in MediaStreamCaptureIndicator::WebContentsDeviceUsage231 ++video_ref_count_; in AddDevices()253 --video_ref_count_; in RemoveDevices()260 DCHECK_GE(video_ref_count_, 0); in RemoveDevices()