ContentDecryptorDelegate 17 content/renderer/media/crypto/pepper_cdm_wrapper.h class ContentDecryptorDelegate; ContentDecryptorDelegate 25 content/renderer/media/crypto/pepper_cdm_wrapper.h virtual ContentDecryptorDelegate* GetCdmDelegate() = 0; ContentDecryptorDelegate 66 content/renderer/media/crypto/pepper_cdm_wrapper_impl.cc ContentDecryptorDelegate* PepperCdmWrapperImpl::GetCdmDelegate() { ContentDecryptorDelegate 25 content/renderer/media/crypto/pepper_cdm_wrapper_impl.h class ContentDecryptorDelegate; ContentDecryptorDelegate 50 content/renderer/media/crypto/pepper_cdm_wrapper_impl.h virtual ContentDecryptorDelegate* GetCdmDelegate() OVERRIDE; ContentDecryptorDelegate 403 content/renderer/media/crypto/ppapi_decryptor.cc ContentDecryptorDelegate* PpapiDecryptor::CdmDelegate() { ContentDecryptorDelegate 24 content/renderer/media/crypto/ppapi_decryptor.h class ContentDecryptorDelegate; ContentDecryptorDelegate 105 content/renderer/media/crypto/ppapi_decryptor.h ContentDecryptorDelegate* CdmDelegate(); ContentDecryptorDelegate 244 content/renderer/pepper/content_decryptor_delegate.cc ContentDecryptorDelegate::ContentDecryptorDelegate( ContentDecryptorDelegate 257 content/renderer/pepper/content_decryptor_delegate.cc ContentDecryptorDelegate::~ContentDecryptorDelegate() { ContentDecryptorDelegate 261 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::Initialize( ContentDecryptorDelegate 284 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::InstanceCrashed() { ContentDecryptorDelegate 289 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::CreateSession(uint32 session_id, ContentDecryptorDelegate 305 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::LoadSession(uint32 session_id, ContentDecryptorDelegate 311 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::UpdateSession(uint32 session_id, ContentDecryptorDelegate 322 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::ReleaseSession(uint32 session_id) { ContentDecryptorDelegate 329 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::Decrypt( ContentDecryptorDelegate 377 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::CancelDecrypt( ContentDecryptorDelegate 408 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::InitializeAudioDecoder( ContentDecryptorDelegate 440 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::InitializeVideoDecoder( ContentDecryptorDelegate 472 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::DeinitializeDecoder( ContentDecryptorDelegate 486 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::ResetDecoder(Decryptor::StreamType stream_type) { ContentDecryptorDelegate 495 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::DecryptAndDecodeAudio( ContentDecryptorDelegate 535 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::DecryptAndDecodeVideo( ContentDecryptorDelegate 578 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::OnSessionCreated(uint32 session_id, ContentDecryptorDelegate 593 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::OnSessionMessage(uint32 session_id, ContentDecryptorDelegate 617 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::OnSessionReady(uint32 session_id) { ContentDecryptorDelegate 624 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::OnSessionClosed(uint32 session_id) { ContentDecryptorDelegate 631 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::OnSessionError(uint32 session_id, ContentDecryptorDelegate 642 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DecoderInitializeDone( ContentDecryptorDelegate 664 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DecoderDeinitializeDone( ContentDecryptorDelegate 670 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DecoderResetDone( ContentDecryptorDelegate 676 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DeliverBlock( ContentDecryptorDelegate 764 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DeliverFrame( ContentDecryptorDelegate 820 content/renderer/pepper/content_decryptor_delegate.cc base::Bind(&ContentDecryptorDelegate::FreeBuffer, ContentDecryptorDelegate 827 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::DeliverSamples( ContentDecryptorDelegate 871 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::CancelDecode(Decryptor::StreamType stream_type) { ContentDecryptorDelegate 895 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::MakeMediaBufferResource( ContentDecryptorDelegate 949 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::FreeBuffer(uint32_t buffer_id) { ContentDecryptorDelegate 954 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::SetBufferToFreeInTrackingInfo( ContentDecryptorDelegate 965 content/renderer/pepper/content_decryptor_delegate.cc bool ContentDecryptorDelegate::DeserializeAudioFrames( ContentDecryptorDelegate 1043 content/renderer/pepper/content_decryptor_delegate.cc void ContentDecryptorDelegate::SatisfyAllPendingCallbacksOnError() { ContentDecryptorDelegate 34 content/renderer/pepper/content_decryptor_delegate.h class ContentDecryptorDelegate { ContentDecryptorDelegate 39 content/renderer/pepper/content_decryptor_delegate.h ContentDecryptorDelegate( ContentDecryptorDelegate 42 content/renderer/pepper/content_decryptor_delegate.h ~ContentDecryptorDelegate(); ContentDecryptorDelegate 217 content/renderer/pepper/content_decryptor_delegate.h base::WeakPtr<ContentDecryptorDelegate> weak_this_; ContentDecryptorDelegate 218 content/renderer/pepper/content_decryptor_delegate.h base::WeakPtrFactory<ContentDecryptorDelegate> weak_ptr_factory_; ContentDecryptorDelegate 220 content/renderer/pepper/content_decryptor_delegate.h DISALLOW_COPY_AND_ASSIGN(ContentDecryptorDelegate); ContentDecryptorDelegate 2159 content/renderer/pepper/pepper_plugin_instance_impl.cc ContentDecryptorDelegate* ContentDecryptorDelegate 2172 content/renderer/pepper/pepper_plugin_instance_impl.cc new ContentDecryptorDelegate(pp_instance_, plugin_decryption_interface)); ContentDecryptorDelegate 101 content/renderer/pepper/pepper_plugin_instance_impl.h class ContentDecryptorDelegate; ContentDecryptorDelegate 349 content/renderer/pepper/pepper_plugin_instance_impl.h ContentDecryptorDelegate* GetContentDecryptorDelegate(); ContentDecryptorDelegate 862 content/renderer/pepper/pepper_plugin_instance_impl.h scoped_ptr<ContentDecryptorDelegate> content_decryptor_delegate_;