Home
last modified time | relevance | path

Searched defs:systemCode (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaKeyError.h50 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()
DMediaKeyEvent.h43 unsigned short systemCode; member
69 unsigned short systemCode() const { return m_systemCode; } in systemCode() function
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebContentDecryptionModuleResult.cpp24 …ompleteWithError(WebContentDecryptionModuleException exception, unsigned long systemCode, const We… in completeWithError()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeySession.cpp220 void MediaKeySession::error(MediaKeyErrorCode errorCode, unsigned long systemCode) in error()
246 …on::error(blink::WebContentDecryptionModuleException exception, unsigned long systemCode, const bl… in error()
DHTMLMediaElementEncryptedMedia.cpp259 …ng& sessionId, blink::WebMediaPlayerClient::MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError()
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.cpp129 …ing& keySystem, const WebString& sessionId, MediaKeyErrorCode errorCode, unsigned short systemCode) in keyError()