Home | History | Annotate | Download | only in filters

Lines Matching refs:stop_cb_

98   DCHECK(stop_cb_.is_null());
130 DCHECK(stop_cb_.is_null());
167 DCHECK(stop_cb_.is_null());
169 stop_cb_ = closure;
205 task_runner_->PostTask(FROM_HERE, base::ResetAndReturn(&stop_cb_));
270 if (!stop_cb_.is_null()) {
271 Stop(base::ResetAndReturn(&stop_cb_));
291 DCHECK(stop_cb_.is_null());
318 DCHECK(stop_cb_.is_null());
413 DCHECK(stop_cb_.is_null());
432 DCHECK(stop_cb_.is_null());
517 DCHECK(stop_cb_.is_null());
565 DCHECK(stop_cb_.is_null());
583 DCHECK(!stop_cb_.is_null());
590 // Post |stop_cb_| because pending |read_cb_| and/or |reset_cb_| are also
592 task_runner_->PostTask(FROM_HERE, base::ResetAndReturn(&stop_cb_));