Searched defs:ContentDecryptorDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
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 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...]

Completed in 59 milliseconds