Home
last modified time | relevance | path

Searched refs:capturing_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Daudio_capturer.cc93 DCHECK(!capturing_); in OnCaptureStarted()
94 capturing_ = true; in OnCaptureStarted()
123 if (capturing_) in StopStream()
127 capturing_ = false; in StopStream()
Daudio_capturer.h47 bool capturing_ = false; variable