Searched defs:webCryptoErrorToExceptionCode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp74 ExceptionCode webCryptoErrorToExceptionCode(WebCryptoErrorType errorType) function in namespace:blink
114 m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails));

Completed in 91 milliseconds