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

  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 156 media::Decryptor::DecryptCB pending_audio_decrypt_cb_; member in class:content::ContentDecryptorDelegate
content_decryptor_delegate.cc 335 DCHECK(pending_audio_decrypt_cb_.is_null());
337 pending_audio_decrypt_cb_ = decrypt_cb;
370 decrypt_cb = base::ResetAndReturn(&pending_audio_decrypt_cb_);
707 DCHECK(!pending_audio_decrypt_cb_.is_null());
709 decrypt_cb = base::ResetAndReturn(&pending_audio_decrypt_cb_);
    [all...]

Completed in 66 milliseconds