completeWithError 71 Source/modules/crypto/CryptoResultImpl.cpp completeWithError(blink::WebString()); completeWithError 57 Source/modules/crypto/CryptoResultImpl.h virtual void completeWithError() OVERRIDE; completeWithError 58 Source/modules/crypto/CryptoResultImpl.h virtual void completeWithError(const blink::WebString&) OVERRIDE; completeWithError 171 Source/modules/crypto/Key.cpp result->completeWithError("key.usages does not permit this operation"); completeWithError 176 Source/modules/crypto/Key.cpp result->completeWithError("key.algorithm does not match that of operation"); completeWithError 203 Source/modules/crypto/Key.cpp result->completeWithError("Invalid keyFormat argument"); completeWithError 213 Source/modules/crypto/Key.cpp result->completeWithError("Invalid keyUsages argument"); completeWithError 768 Source/modules/crypto/NormalizeAlgorithm.cpp result->completeWithError(errorDetails); completeWithError 205 Source/modules/crypto/SubtleCrypto.cpp result->completeWithError("key is not extractable"); completeWithError 237 Source/modules/crypto/SubtleCrypto.cpp result->completeWithError("key is not extractable"); completeWithError 44 Source/platform/CryptoResult.h virtual void completeWithError() = 0; completeWithError 45 Source/platform/CryptoResult.h virtual void completeWithError(const blink::WebString&) = 0; completeWithError 43 Source/platform/exported/WebCryptoResult.cpp m_impl->completeWithError(); completeWithError 49 Source/platform/exported/WebCryptoResult.cpp m_impl->completeWithError(errorDetails); completeWithError 69 public/platform/WebCrypto.h BLINK_PLATFORM_EXPORT void completeWithError(); completeWithError 77 public/platform/WebCrypto.h BLINK_PLATFORM_EXPORT void completeWithError(const WebString&); completeWithError 189 public/platform/WebCrypto.h virtual void encrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } completeWithError 190 public/platform/WebCrypto.h virtual void decrypt(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } completeWithError 191 public/platform/WebCrypto.h virtual void sign(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } completeWithError 192 public/platform/WebCrypto.h virtual void verifySignature(const WebCryptoAlgorithm&, const WebCryptoKey&, const unsigned char* signature, unsigned signatureSize, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } completeWithError 193 public/platform/WebCrypto.h virtual void digest(const WebCryptoAlgorithm&, const unsigned char* data, unsigned dataSize, WebCryptoResult result) { result.completeWithError(); } completeWithError 194 public/platform/WebCrypto.h virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } completeWithError 195 public/platform/WebCrypto.h virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); } completeWithError 196 public/platform/WebCrypto.h virtual void exportKey(WebCryptoKeyFormat, const WebCryptoKey&, WebCryptoResult result) { result.completeWithError(); } completeWithError 197 public/platform/WebCrypto.h virtual void wrapKey(WebCryptoKeyFormat, const WebCryptoKey& key, const WebCryptoKey& wrappingKey, const WebCryptoAlgorithm&, WebCryptoResult result) { result.completeWithError(); } completeWithError 198 public/platform/WebCrypto.h virtual void unwrapKey(WebCryptoKeyFormat, const unsigned char* wrappedKey, unsigned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); }