HomeSort by relevance Sort by last modified time
    Searched refs:keyError (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/drm/
ContentDecryptionModuleSession.cpp 78 void ContentDecryptionModuleSession::keyError(MediaKeyErrorCode errorCode, unsigned long systemCode)
80 m_client->keyError(static_cast<ContentDecryptionModuleSessionClient::MediaKeyErrorCode>(errorCode), systemCode);
ContentDecryptionModuleSession.h 56 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/
WebContentDecryptionModuleSession.h 51 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) = 0;
WebMediaPlayerClient.h 68 virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 87 virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
MediaKeySession.cpp 156 void MediaKeySession::keyError(MediaKeyErrorCode errorCode, unsigned long systemCode)
174 // 3. queue a task to fire a simple event named keyerror at the MediaKeySession object.
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 92 media::MediaKeys::KeyError error_code,
94 client_->keyError(static_cast<Client::MediaKeyErrorCode>(error_code),
webmediaplayer_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 82 virtual void keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode, unsigned short systemCode);
WebMediaPlayerClientImpl.cpp 133 void WebMediaPlayerClientImpl::keyError(const WebString& keySystem, const WebString& sessionId, MediaKeyErrorCode errorCode, unsigned short systemCode)
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]

Completed in 117 milliseconds