/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | MediaKeyError.h | 47 …KeyError> create(Code code, unsigned long systemCode = 0) { return adoptRef(new MediaKeyError(code… 50 unsigned long systemCode() { return m_systemCode; } in systemCode() function 53 …explicit MediaKeyError(Code code, unsigned long systemCode) : m_code(code), m_systemCode(systemCod… in MediaKeyError() argument
|
D | MediaKeyEvent.cpp | 34 : systemCode(0) in MediaKeyEventInit() 51 , m_systemCode(initializer.systemCode) in MediaKeyEvent()
|
D | MediaKeyEvent.h | 43 unsigned short systemCode; member 69 unsigned short systemCode() const { return m_systemCode; } in systemCode() function
|
D | MediaKeyEvent.idl | 36 [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
|
D | MediaKeyError.idl | 36 [RuntimeEnabled=EncryptedMedia] readonly attribute unsigned long systemCode;
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | MediaKeySession.cpp | 220 void MediaKeySession::error(MediaKeyErrorCode errorCode, unsigned long systemCode) in error() argument 222 WTF_LOG(Media, "MediaKeySession::error: errorCode=%d, systemCode=%lu", errorCode, systemCode); in error() 238 m_error = MediaKeyError::create(mediaKeyErrorCode, systemCode); in error() 246 …or(blink::WebContentDecryptionModuleException exception, unsigned long systemCode, const blink::We… in error() argument 248 WTF_LOG(Media, "MediaKeySession::error: exception=%d, systemCode=%lu", exception, systemCode); in error() 264 error(errorCode, systemCode); in error()
|
D | MediaKeySession.h | 122 virtual void error(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE; 123 …virtual void error(blink::WebContentDecryptionModuleException, unsigned long systemCode, const bli…
|
D | HTMLMediaElementEncryptedMedia.cpp | 259 …ng& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError() argument 261 …Error: sessionID=%s, errorCode=%d, systemCode=%d", sessionId.utf8().data(), errorCode, systemCode); in keyError() 289 initializer.systemCode = systemCode; in keyError()
|
D | HTMLMediaElementEncryptedMedia.h | 43 …onst String& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode, unsigned short systemCode);
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebContentDecryptionModuleResult.cpp | 24 …WithError(WebContentDecryptionModuleException exception, unsigned long systemCode, const WebString… in completeWithError() argument 26 m_impl->completeWithError(exception, systemCode, errorMessage); in completeWithError()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebContentDecryptionModuleSession.h | 56 virtual void error(MediaKeyErrorCode, unsigned long systemCode) = 0; 57 …virtual void error(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&…
|
D | WebContentDecryptionModuleResult.h | 58 …d completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString…
|
D | WebMediaPlayerClient.h | 87 …ebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) = 0;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | ContentDecryptionModuleResult.h | 25 …eteWithError(blink::WebContentDecryptionModuleException, unsigned long systemCode, const blink::We…
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 129 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError() argument 131 …LMediaElementEncryptedMedia::keyError(mediaElement(), keySystem, sessionId, errorCode, systemCode); in keyError()
|
D | WebMediaPlayerClientImpl.h | 83 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) OVERRIDE;
|