Home
last modified time | relevance | path

Searched refs:keyError (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/drm/
DContentDecryptionModuleSession.cpp78 void ContentDecryptionModuleSession::keyError(MediaKeyErrorCode errorCode, unsigned long systemCode) in keyError() function in WebCore::ContentDecryptionModuleSession
80 …m_client->keyError(static_cast<ContentDecryptionModuleSessionClient::MediaKeyErrorCode>(errorCode)… in keyError()
DContentDecryptionModuleSession.h56 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) = 0;
76 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/platform/
DWebContentDecryptionModuleSession.h51 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) = 0;
DWebMediaPlayerClient.h68 …virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, u…
/external/chromium_org/content/renderer/media/
Dwebcontentdecryptionmodulesession_impl.cc94 client_->keyError(static_cast<Client::MediaKeyErrorCode>(error_code), in OnSessionError()
Dwebmediaplayer_impl.cc1026 GetClient()->keyError( in OnKeyError()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeySession.h87 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
DMediaKeySession.cpp156 void MediaKeySession::keyError(MediaKeyErrorCode errorCode, unsigned long systemCode) in keyError() function in WebCore::MediaKeySession
/external/chromium_org/third_party/WebKit/Source/web/
DWebMediaPlayerClientImpl.h82 …virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, u…
DWebMediaPlayerClientImpl.cpp133 void WebMediaPlayerClientImpl::keyError(const WebString& keySystem, const WebString& sessionId, Med… in keyError() function in blink::WebMediaPlayerClientImpl
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc1382 client_->keyError( in OnKeyError()