Searched refs:throwExceptionIfMediaKeyExceptionOccurred (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | HTMLMediaElementEncryptedMedia.cpp | 20 static void throwExceptionIfMediaKeyExceptionOccurred(const String& keySystem, const String& sessio… in throwExceptionIfMediaKeyExceptionOccurred() function 162 throwExceptionIfMediaKeyExceptionOccurred(keySystem, String(), result, exceptionState); in generateKeyRequest() 210 throwExceptionIfMediaKeyExceptionOccurred(keySystem, sessionId, result, exceptionState); in addKey() 241 throwExceptionIfMediaKeyExceptionOccurred(keySystem, sessionId, result, exceptionState); in cancelKeyRequest()
|