Searched refs:throwExceptionIfMediaKeyExceptionOccurred (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DHTMLMediaElementEncryptedMedia.cpp28 static void throwExceptionIfMediaKeyExceptionOccurred(const String& keySystem, const String& sessionId, WebMediaPlayer::MediaKeyException exception, ExceptionState& exceptionState) function in namespace:blink
346 throwExceptionIfMediaKeyExceptionOccurred(keySystem, String(), result, exceptionState);
396 throwExceptionIfMediaKeyExceptionOccurred(keySystem, sessionId, result, exceptionState);
429 throwExceptionIfMediaKeyExceptionOccurred(keySystem, sessionId, result, exceptionState);

Completed in 51 milliseconds