GetCdmDelegate     25 content/renderer/media/crypto/pepper_cdm_wrapper.h   virtual ContentDecryptorDelegate* GetCdmDelegate() = 0;
GetCdmDelegate     50 content/renderer/media/crypto/pepper_cdm_wrapper_impl.h   virtual ContentDecryptorDelegate* GetCdmDelegate() OVERRIDE;
GetCdmDelegate    405 content/renderer/media/crypto/ppapi_decryptor.cc   return (pepper_cdm_wrapper_) ? pepper_cdm_wrapper_->GetCdmDelegate() : NULL;