Searched refs:ContentDecryptorDelegate (Results 1 - 9 of 9) sorted by path

/external/chromium_org/content/renderer/media/crypto/
H A Dpepper_cdm_wrapper.h19 class ContentDecryptorDelegate;
26 // Returns the ContentDecryptorDelegate* associated with this plugin.
27 virtual ContentDecryptorDelegate* GetCdmDelegate() = 0;
H A Dpepper_cdm_wrapper_impl.cc73 ContentDecryptorDelegate* PepperCdmWrapperImpl::GetCdmDelegate() {
H A Dpepper_cdm_wrapper_impl.h24 class ContentDecryptorDelegate;
49 // Returns the ContentDecryptorDelegate* associated with this plugin.
50 virtual ContentDecryptorDelegate* GetCdmDelegate() OVERRIDE;
H A Dppapi_decryptor.cc553 ContentDecryptorDelegate* PpapiDecryptor::CdmDelegate() {
H A Dppapi_decryptor.h26 class ContentDecryptorDelegate;
133 ContentDecryptorDelegate* CdmDelegate();
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc61 TRACE_EVENT0("media", "ContentDecryptorDelegate - MakeBufferResource");
306 ContentDecryptorDelegate::ContentDecryptorDelegate( function in class:content::ContentDecryptorDelegate
320 ContentDecryptorDelegate::~ContentDecryptorDelegate() {
324 void ContentDecryptorDelegate::Initialize(
349 void ContentDecryptorDelegate::InstanceCrashed() {
354 void ContentDecryptorDelegate::SetServerCertificate(
374 void ContentDecryptorDelegate::CreateSession(
392 void ContentDecryptorDelegate
[all...]
H A Dcontent_decryptor_delegate.h38 class ContentDecryptorDelegate { class in namespace:content
40 // ContentDecryptorDelegate does not take ownership of
43 ContentDecryptorDelegate(
46 ~ContentDecryptorDelegate();
262 base::WeakPtr<ContentDecryptorDelegate> weak_this_;
263 base::WeakPtrFactory<ContentDecryptorDelegate> weak_ptr_factory_;
265 DISALLOW_COPY_AND_ASSIGN(ContentDecryptorDelegate);
H A Dpepper_plugin_instance_impl.cc2290 ContentDecryptorDelegate*
2302 new ContentDecryptorDelegate(pp_instance_, plugin_decryption_interface));
H A Dpepper_plugin_instance_impl.h101 class ContentDecryptorDelegate;
356 ContentDecryptorDelegate* GetContentDecryptorDelegate();
901 // The ContentDecryptorDelegate forwards PPP_ContentDecryptor_Private
903 scoped_ptr<ContentDecryptorDelegate> content_decryptor_delegate_;

Completed in 243 milliseconds