OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentDecryptionModuleSession
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession.cpp
32
#include "core/platform/graphics/
ContentDecryptionModuleSession
.h"
43
ContentDecryptionModuleSession
::
ContentDecryptionModuleSession
(WebKit::WebContentDecryptionModule* contentDecryptionModule, ContentDecryptionModuleSessionClient* client)
50
ContentDecryptionModuleSession
::~
ContentDecryptionModuleSession
()
54
String
ContentDecryptionModuleSession
::sessionId() const
59
void
ContentDecryptionModuleSession
::generateKeyRequest(const String& mimeType, const Uint8Array& initData)
64
void
ContentDecryptionModuleSession
::update(const Uint8Array& key)
69
void
ContentDecryptionModuleSession
::close()
74
void
ContentDecryptionModuleSession
::keyAdded(
[
all
...]
ContentDecryptionModule.h
41
class
ContentDecryptionModuleSession
;
54
PassOwnPtr<
ContentDecryptionModuleSession
> createSession(ContentDecryptionModuleSessionClient*);
ContentDecryptionModuleSession.h
59
class
ContentDecryptionModuleSession
: private WebKit::WebContentDecryptionModuleSession::Client {
61
static PassOwnPtr<
ContentDecryptionModuleSession
> create(ContentDecryptionModuleSessionClient*);
63
ContentDecryptionModuleSession
(WebKit::WebContentDecryptionModule*, ContentDecryptionModuleSessionClient*);
64
~
ContentDecryptionModuleSession
();
ContentDecryptionModule.cpp
35
#include "core/platform/graphics/
ContentDecryptionModuleSession
.h"
75
PassOwnPtr<
ContentDecryptionModuleSession
> ContentDecryptionModule::createSession(ContentDecryptionModuleSessionClient* client)
77
return adoptPtr(new
ContentDecryptionModuleSession
(m_cdm.get(), client));
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h
33
#include "core/platform/graphics/
ContentDecryptionModuleSession
.h"
43
class
ContentDecryptionModuleSession
;
50
// Because this object controls the lifetime of the
ContentDecryptionModuleSession
,
52
// The
ContentDecryptionModuleSession
has the same lifetime as this object.
95
OwnPtr<
ContentDecryptionModuleSession
> m_session;
/external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
webcore_platform.target.darwin-mips.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
webcore_platform.target.darwin-x86.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
webcore_platform.target.linux-arm.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
webcore_platform.target.linux-mips.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
webcore_platform.target.linux-x86.mk
147
third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModuleSession
.cpp \
[
all
...]
Completed in 2576 milliseconds