Home
last modified time | relevance | path

Searched refs:systemCode (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaKeyError.h47 …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
DMediaKeyEvent.cpp34 : systemCode(0) in MediaKeyEventInit()
51 , m_systemCode(initializer.systemCode) in MediaKeyEvent()
DMediaKeyEvent.h43 unsigned short systemCode; member
69 unsigned short systemCode() const { return m_systemCode; } in systemCode() function
DMediaKeyEvent.idl36 [InitializedByEventConstructor] readonly attribute unsigned short systemCode;
DMediaKeyError.idl36 [RuntimeEnabled=EncryptedMedia] readonly attribute unsigned long systemCode;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeySession.cpp220 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()
DMediaKeySession.h122 virtual void error(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
123 …virtual void error(blink::WebContentDecryptionModuleException, unsigned long systemCode, const bli…
DHTMLMediaElementEncryptedMedia.cpp259 …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()
DHTMLMediaElementEncryptedMedia.h43 …onst String& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode, unsigned short systemCode);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebContentDecryptionModuleResult.cpp24 …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/
DWebContentDecryptionModuleSession.h56 virtual void error(MediaKeyErrorCode, unsigned long systemCode) = 0;
57 …virtual void error(WebContentDecryptionModuleException, unsigned long systemCode, const WebString&…
DWebContentDecryptionModuleResult.h58 …d completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString…
DWebMediaPlayerClient.h87 …ebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/
DContentDecryptionModuleResult.h25 …eteWithError(blink::WebContentDecryptionModuleException, unsigned long systemCode, const blink::We…
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp129 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError() argument
131 …LMediaElementEncryptedMedia::keyError(mediaElement(), keySystem, sessionId, errorCode, systemCode); in keyError()
DWebMediaPlayerClientImpl.h83 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) OVERRIDE;