Searched defs:systemCode (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | MediaKeyError.h | 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()
|
D | MediaKeyEvent.h | 43 unsigned short systemCode; member 69 unsigned short systemCode() const { return m_systemCode; } in systemCode() function
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebContentDecryptionModuleResult.cpp | 24 …ompleteWithError(WebContentDecryptionModuleException exception, unsigned long systemCode, const We… in completeWithError()
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | MediaKeySession.cpp | 220 void MediaKeySession::error(MediaKeyErrorCode errorCode, unsigned long systemCode) in error() 246 …on::error(blink::WebContentDecryptionModuleException exception, unsigned long systemCode, const bl… in error()
|
D | HTMLMediaElementEncryptedMedia.cpp | 259 …ng& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebMediaPlayerClientImpl.cpp | 129 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError()
|