Searched refs:pending_reset_cb_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc92 DCHECK(pending_reset_cb_.is_null());
93 pending_reset_cb_ = BindToCurrentLoop(closure);
223 DCHECK(pending_reset_cb_.is_null());
477 if (!pending_reset_cb_.is_null())
571 if (!pending_reset_cb_.is_null())
572 base::ResetAndReturn(&pending_reset_cb_).Run();
605 if (!pending_reset_cb_.is_null())
606 base::ResetAndReturn(&pending_reset_cb_).Run();
H A Dgpu_video_decoder.h144 base::Closure pending_reset_cb_; member in class:media::GpuVideoDecoder

Completed in 181 milliseconds