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

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DSimpleContentDecryptionModuleResult.cpp62 completeWithDOMException(InvalidStateError, "Unexpected completion.");
67 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
75 void SimpleContentDecryptionModuleResult::completeWithDOMException(ExceptionCode code, const String& errorMessage) function in class:blink::SimpleContentDecryptionModuleResult
H A DSimpleContentDecryptionModuleResult.h41 void completeWithDOMException(ExceptionCode, const String& errorMessage);
H A DMediaKeySession.cpp167 completeWithDOMException(InvalidStateError, "Unexpected completion.");
174 completeWithDOMException(InvalidStateError, "Unexpected completion.");
184 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
198 void completeWithDOMException(ExceptionCode code, const String& errorMessage) function in class:blink::NewSessionResult

Completed in 93 milliseconds