Home
last modified time | relevance | path

Searched refs:completeWithError (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h90 BLINK_PLATFORM_EXPORT void completeWithError(WebCryptoErrorType, const WebString&);
212 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in encrypt()
213 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in decrypt()
214 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in sign()
215 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in verifySignature()
216 …ned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in digest()
217 …xtractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in generateKey()
218 …xtractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in importKey()
219 …ptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in exportKey()
220 …ingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(WebCryptoErr… in wrapKey()
[all …]
DWebContentDecryptionModuleResult.h58 …BLINK_PLATFORM_EXPORT void completeWithError(WebContentDecryptionModuleException, unsigned long sy…
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp174 …result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key.usages does not permit this… in canBeUsedForAlgorithm()
179 …result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key.algorithm does not match th… in canBeUsedForAlgorithm()
206 result->completeWithError(blink::WebCryptoErrorTypeSyntax, "Invalid keyFormat argument"); in parseFormat()
216 … result->completeWithError(blink::WebCryptoErrorTypeSyntax, "Invalid keyUsages argument"); in parseUsageMask()
DSubtleCrypto.cpp53 result->completeWithError(blink::WebCryptoErrorTypeType, blink::WebString(message)); in ensureNotNull()
63 result->completeWithError(blink::WebCryptoErrorTypeType, blink::WebString(message)); in ensureNotNull()
74 result->completeWithError(error.errorType, error.errorDetails); in parseAlgorithm()
82 …result->completeWithError(blink::WebCryptoErrorTypeNotSupported, "WebCrypto is only supported over… in canAccessWebCrypto()
170 …result->completeWithError(blink::WebCryptoErrorTypeData, "The required JWK property \"kty\" was mi… in copyJwkDictionaryToJson()
257 …result->completeWithError(blink::WebCryptoErrorTypeData, "Key data must be an object for JWK impor… in importKey()
290 …result->completeWithError(blink::WebCryptoErrorTypeData, "Key data must be a buffer for non-JWK fo… in importKey()
322 result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in exportKey()
353 result->completeWithError(blink::WebCryptoErrorTypeInvalidAccess, "key is not extractable"); in wrapKey()
DCryptoResultImpl.h62 virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) OVERRIDE;
DCryptoResultImpl.cpp110 void CryptoResultImpl::completeWithError(blink::WebCryptoErrorType errorType, const blink::WebStrin… in completeWithError() function in WebCore::CryptoResultImpl
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebContentDecryptionModuleResult.cpp24 void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException except… in completeWithError() function in blink::WebContentDecryptionModuleResult
26 m_impl->completeWithError(exception, systemCode, errorMessage); in completeWithError()
DWebCryptoResult.cpp41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) in completeWithError() function in blink::WebCryptoResult
43 m_impl->completeWithError(errorType, errorDetails); in completeWithError()
DWebContentDecryptionModuleSession.cpp33 … result.completeWithError(WebContentDecryptionModuleExceptionUnknownError, 0, "Not implemented."); in ReportError()
/external/chromium_org/third_party/WebKit/Source/platform/
DContentDecryptionModuleResult.h25 …virtual void completeWithError(blink::WebContentDecryptionModuleException, unsigned long systemCod…
DCryptoResult.h44 virtual void completeWithError(blink::WebCryptoErrorType, const blink::WebString&) = 0;
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_impl.cc99 result->completeWithError(blink::WebCryptoErrorTypeOperation, in CompleteWithThreadPoolError()
106 result->completeWithError(status.error_type(), in CompleteWithError()