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

  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 82 MediaKeyExceptionKeySystemNotSupported,
154 virtual MediaKeyException generateKeyRequest(const WebString& keySystem, const unsigned char* initData, unsigned initDataLength) { return MediaKeyExceptionKeySystemNotSupported; }
155 virtual MediaKeyException addKey(const WebString& keySystem, const unsigned char* key, unsigned keyLength, const unsigned char* initData, unsigned initDataLength, const WebString& sessionId) { return MediaKeyExceptionKeySystemNotSupported; }
156 virtual MediaKeyException cancelKeyRequest(const WebString& keySystem, const WebString& sessionId) { return MediaKeyExceptionKeySystemNotSupported; }
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 690 case WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported:
754 return WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported;
774 return WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported;
796 return WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported;
841 return WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported;
871 return WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.cpp 28 case blink::WebMediaPlayer::MediaKeyExceptionKeySystemNotSupported:

Completed in 168 milliseconds