Searched refs:decryptor_ready_cb_ (Results 1 – 2 of 2) sorted by relevance
82 if (!decryptor_ready_cb_.is_null()) in SetDecryptorReadyCB()83 base::ResetAndReturn(&decryptor_ready_cb_).Run(NULL); in SetDecryptorReadyCB()88 DCHECK(decryptor_ready_cb_.is_null()); in SetDecryptorReadyCB()93 decryptor_ready_cb_ = decryptor_ready_cb; in SetDecryptorReadyCB()107 if (!decryptor_ready_cb_.is_null()) in InitializeCDM()108 base::ResetAndReturn(&decryptor_ready_cb_).Run(media_keys_->GetDecryptor()); in InitializeCDM()
144 media::DecryptorReadyCB decryptor_ready_cb_; variable