HomeSort by relevance Sort by last modified time
    Searched refs:ContentDecryptorDelegate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 32 class ContentDecryptorDelegate {
34 // ContentDecryptorDelegate does not take ownership of
37 ContentDecryptorDelegate(
40 ~ContentDecryptorDelegate();
179 base::WeakPtrFactory<ContentDecryptorDelegate> weak_ptr_factory_;
180 base::WeakPtr<ContentDecryptorDelegate> weak_this_;
188 DISALLOW_COPY_AND_ASSIGN(ContentDecryptorDelegate);
content_decryptor_delegate.cc 47 TRACE_EVENT0("eme", "ContentDecryptorDelegate - MakeBufferResource");
223 ContentDecryptorDelegate::ContentDecryptorDelegate(
243 ContentDecryptorDelegate::~ContentDecryptorDelegate() {
246 void ContentDecryptorDelegate::Initialize(const std::string& key_system) {
252 void ContentDecryptorDelegate::SetKeyEventCallbacks(
261 bool ContentDecryptorDelegate::GenerateKeyRequest(const std::string& type,
276 bool ContentDecryptorDelegate::AddKey(const std::string& session_id,
296 bool ContentDecryptorDelegate::CancelKeyRequest(const std::string& session_id)
    [all...]
pepper_plugin_instance_impl.h 98 class ContentDecryptorDelegate;
342 ContentDecryptorDelegate* GetContentDecryptorDelegate();
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h 23 class ContentDecryptorDelegate;
75 ContentDecryptorDelegate* plugin_cdm_delegate,
99 ContentDecryptorDelegate* plugin_cdm_delegate_;
ppapi_decryptor.cc 32 ContentDecryptorDelegate* plugin_cdm_delegate =
51 ContentDecryptorDelegate* plugin_cdm_delegate,

Completed in 432 milliseconds