Home
last modified time | relevance | path

Searched refs:webCryptoErrorToExceptionCode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoResultImpl.cpp73 ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType errorType) in webCryptoErrorToExceptionCode() function
113 … m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails)); in completeWithError()
DCryptoResultImpl.h44 ExceptionCode webCryptoErrorToExceptionCode(blink::WebCryptoErrorType);
/external/chromium_org/third_party/WebKit/Source/web/
DWebCryptoNormalize.cpp54 *exceptionCode = WebCore::webCryptoErrorToExceptionCode(error.errorType); in normalizeCryptoAlgorithm()