capture_           70 cc/trees/blocking_task_runner.cc   if (!capture_)
capture_           83 cc/trees/blocking_task_runner.cc     capture_ += capture ? 1 : -1;
capture_           84 cc/trees/blocking_task_runner.cc     DCHECK_GE(capture_, 0);
capture_           86 cc/trees/blocking_task_runner.cc     if (capture_)
capture_           88 cc/trees/blocking_task_runner.h   int capture_;
capture_          400 media/video/capture/win/video_capture_device_mf_win.cc   DCHECK_EQ(capture_, false);
capture_          431 media/video/capture/win/video_capture_device_mf_win.cc   capture_ = true;
capture_          441 media/video/capture/win/video_capture_device_mf_win.cc     if (capture_) {
capture_          442 media/video/capture/win/video_capture_device_mf_win.cc       capture_ = false;
capture_          473 media/video/capture/win/video_capture_device_mf_win.cc   if (capture_) {
capture_           75 media/video/capture/win/video_capture_device_mf_win.h   bool capture_;