HomeSort by relevance Sort by last modified time
    Searched full:contentdecryptionmodule (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModule.cpp 32 #include "platform/drm/ContentDecryptionModule.h"
40 bool ContentDecryptionModule::supportsKeySystem(const String& keySystem)
48 PassOwnPtr<ContentDecryptionModule> ContentDecryptionModule::create(const String& keySystem)
54 return adoptPtr(new ContentDecryptionModule(cdm.release()));
57 ContentDecryptionModule::ContentDecryptionModule(PassOwnPtr<blink::WebContentDecryptionModule> cdm)
63 ContentDecryptionModule::~ContentDecryptionModule()
67 bool ContentDecryptionModule::supportsMIMEType(const String& mimeType
    [all...]
ContentDecryptionModule.h 45 class PLATFORM_EXPORT ContentDecryptionModule {
46 WTF_MAKE_NONCOPYABLE(ContentDecryptionModule);
49 static PassOwnPtr<ContentDecryptionModule> create(const String& keySystem);
51 ContentDecryptionModule(PassOwnPtr<blink::WebContentDecryptionModule>);
52 ~ContentDecryptionModule();
54 // ContentDecryptionModule
ContentDecryptionModuleSession.cpp 42 ContentDecryptionModuleSession::ContentDecryptionModuleSession(blink::WebContentDecryptionModule* contentDecryptionModule, ContentDecryptionModuleSessionClient* client)
45 m_session = adoptPtr(contentDecryptionModule->createSession(this));
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.h 40 class ContentDecryptionModule;
46 // The ContentDecryptionModule has the same lifetime as this object.
61 MediaKeys(const String& keySystem, PassOwnPtr<ContentDecryptionModule>);
67 OwnPtr<ContentDecryptionModule> m_cdm;
MediaKeys.cpp 35 #include "platform/drm/ContentDecryptionModule.h"
52 if (!ContentDecryptionModule::supportsKeySystem(keySystem)) {
59 OwnPtr<ContentDecryptionModule> cdm = ContentDecryptionModule::create(keySystem);
71 MediaKeys::MediaKeys(const String& keySystem, PassOwnPtr<ContentDecryptionModule> cdm)
MediaKeySession.h 42 class ContentDecryptionModule;
58 static PassRefPtr<MediaKeySession> create(ExecutionContext*, ContentDecryptionModule*, MediaKeys*);
81 MediaKeySession(ExecutionContext*, ContentDecryptionModule*, MediaKeys*);
MediaKeySession.cpp 36 #include "platform/drm/ContentDecryptionModule.h"
40 PassRefPtr<MediaKeySession> MediaKeySession::create(ExecutionContext* context, ContentDecryptionModule* cdm, MediaKeys* keys)
45 MediaKeySession::MediaKeySession(ExecutionContext* context, ContentDecryptionModule* cdm, MediaKeys* keys)
  /external/chromium_org/media/cdm/ppapi/
supported_cdm_versions.h 23 COMPILE_ASSERT(cdm::ContentDecryptionModule::kVersion ==
38 COMPILE_ASSERT(cdm::ContentDecryptionModule::Host::kVersion ==
cdm_wrapper.h 20 // CdmWrapper wraps different versions of ContentDecryptionModule interfaces and
25 // CDM interface (ContentDecryptionModule). If such an instance cannot be
29 // calls to corresponding ContentDecryptionModule calls.
443 COMPILE_ASSERT(cdm::ContentDecryptionModule::kVersion ==
453 cdm::ContentDecryptionModule::kVersion + 1) &&
454 IsSupportedCdmInterfaceVersion(cdm::ContentDecryptionModule::kVersion) &&
464 CdmWrapperImpl<cdm::ContentDecryptionModule>::Create(
484 COMPILE_ASSERT(cdm::ContentDecryptionModule::kVersion ==
clear_key_cdm.h 30 // Clear key implementation of the cdm::ContentDecryptionModule interface.
36 // ContentDecryptionModule implementation.
cdm_adapter.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.gypi 241 'drm/ContentDecryptionModule.cpp',
242 'drm/ContentDecryptionModule.h',
    [all...]
blink_platform.target.darwin-arm.mk 143 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 142 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 142 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]
blink_platform.target.linux-arm.mk 143 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]
blink_platform.target.linux-mips.mk 142 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]
blink_platform.target.linux-x86.mk 142 third_party/WebKit/Source/platform/drm/ContentDecryptionModule.cpp \
    [all...]

Completed in 6012 milliseconds