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

  /external/chromium_org/media/filters/
decrypting_video_decoder_unittest.cc 145 EXPECT_TRUE(pending_video_decode_cb_.is_null());
147 .WillOnce(SaveArg<1>(&pending_video_decode_cb_));
155 EXPECT_FALSE(pending_video_decode_cb_.is_null());
168 if (!pending_video_decode_cb_.is_null()) {
169 base::ResetAndReturn(&pending_video_decode_cb_).Run(
176 ASSERT_TRUE(pending_video_decode_cb_.is_null());
216 Decryptor::VideoDecodeCB pending_video_decode_cb_; member in class:media::DecryptingVideoDecoderTest
341 base::ResetAndReturn(&pending_video_decode_cb_).Run(Decryptor::kNoKey,
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 173 media::Decryptor::VideoDecodeCB pending_video_decode_cb_; member in class:content::ContentDecryptorDelegate
content_decryptor_delegate.cc 579 DCHECK(pending_video_decode_cb_.is_null());
581 pending_video_decode_cb_ = video_decode_cb;
808 DCHECK(!pending_video_decode_cb_.is_null());
811 base::ResetAndReturn(&pending_video_decode_cb_);
    [all...]

Completed in 1307 milliseconds