Searched refs:webCryptoErrorToExceptionCode (Results 1 – 3 of 3) sorted by relevance
73 ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType errorType) in webCryptoErrorToExceptionCode() function113 … m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails)); in completeWithError()
44 ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType);
54 *exceptionCode = WebCore::webCryptoErrorToExceptionCode(error.errorType); in normalizeCryptoAlgorithm()