HomeSort by relevance Sort by last modified time
    Searched refs:stop_cb_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/media/filters/
decoder_stream.cc 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())
    [all...]
decrypting_audio_decoder.h 104 base::Closure stop_cb_; member in class:media::DecryptingAudioDecoder
decoder_stream.h 179 base::Closure stop_cb_; member in class:media::DecoderStream
  /external/chromium_org/media/base/
text_renderer.cc 106 stop_cb_ = cb;
110 base::ResetAndReturn(&stop_cb_).Run();
191 base::ResetAndReturn(&stop_cb_).Run();
296 base::ResetAndReturn(&stop_cb_).Run();
text_renderer.h 117 base::Closure stop_cb_; member in class:media::TextRenderer
pipeline.cc 64 DCHECK(stop_cb_.is_null());
228 DCHECK(stop_cb_.is_null())
592 // followed by |stop_cb_| so we don't leave outstanding callbacks around.
597 if (!stop_cb_.is_null()) {
599 base::ResetAndReturn(&stop_cb_).Run();
602 // executing |stop_cb_|.
666 DCHECK(stop_cb_.is_null());
673 stop_cb_ = stop_cb;
729 DCHECK(stop_cb_.is_null());
pipeline.h 406 base::Closure stop_cb_; member in class:media::Pipeline

Completed in 220 milliseconds