Searched refs:completeWithError (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 66 BLINK_EXPORT void completeWithError(); 98 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in encrypt() 99 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in decrypt() 100 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in sign() 101 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in verifySignature() 102 …nst unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } in digest() 103 …&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } in generateKey() 106 …&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } in importKey() 107 …ey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(); } in exportKey() 109 …ey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(); } in wrapKey() [all …]
|
/external/chromium_org/content/renderer/webcrypto/ |
D | webcrypto_impl.cc | 179 result.completeWithError(); in encrypt() 194 result.completeWithError(); in decrypt() 208 result.completeWithError(); in digest() 225 result.completeWithError(); in generateKey() 240 result.completeWithError(); in generateKey() 267 result.completeWithError(); in importKey() 278 result.completeWithError(); in importKey() 294 result.completeWithError(); in exportKey() 309 result.completeWithError(); in sign() 332 result.completeWithError(); in verifySignature()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/ |
D | WebCrypto.cpp | 40 void WebCryptoResult::completeWithError() in completeWithError() function in blink::WebCryptoResult 42 m_impl->completeWithError(); in completeWithError()
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
D | CryptoResult.h | 44 virtual void completeWithError() = 0;
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | CryptoResultImpl.h | 51 virtual void completeWithError() OVERRIDE;
|
D | CryptoResultImpl.cpp | 55 void CryptoResultImpl::completeWithError() in completeWithError() function in WebCore::CryptoResultImpl
|