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

  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.cc 191 void PpapiDecryptor::CancelDecrypt(StreamType stream_type) {
194 &PpapiDecryptor::CancelDecrypt, weak_this_, stream_type));
199 plugin_cdm_delegate_->CancelDecrypt(stream_type);
  /external/chromium_org/media/cdm/
aes_decryptor.cc 362 void AesDecryptor::CancelDecrypt(StreamType stream_type) {
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 374 bool ContentDecryptorDelegate::CancelDecrypt(
376 DVLOG(3) << "CancelDecrypt() - stream_type: " << stream_type;
903 // TODO(xhwang): Try to remove duplicate logic here and in CancelDecrypt().
    [all...]

Completed in 118 milliseconds