Home
last modified time | relevance | path

Searched refs:AlgorithmError (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp187 void setSyntaxError(const String& message, AlgorithmError* error) in setSyntaxError()
193 void setNotSupportedError(const String& message, AlgorithmError* error) in setNotSupportedError()
199 void setDataError(const String& message, AlgorithmError* error) in setDataError()
270 …& hasProperty, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, AlgorithmError* error) in getOptionalCryptoOperationData()
292 … propertyName, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, AlgorithmError* error) in getCryptoOperationData()
303 … char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error) in getUint8Array()
315 … char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error) in getBigInteger()
333 …ouble& value, double minValue, double maxValue, const ErrorContext& context, AlgorithmError* error) in getOptionalInteger()
357 …ouble& value, double minValue, double maxValue, const ErrorContext& context, AlgorithmError* error) in getInteger()
371 …raw, const char* propertyName, uint32_t& value, const ErrorContext& context, AlgorithmError* error) in getUint32()
[all …]
DNormalizeAlgorithm.h44 struct AlgorithmError { struct
60 … Dictionary&, blink::WebCryptoOperation, blink::WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_…
DSubtleCrypto.cpp71 AlgorithmError error; in parseAlgorithm()
/external/chromium_org/third_party/WebKit/Source/web/
DWebCryptoNormalize.cpp52 WebCore::AlgorithmError error; in normalizeCryptoAlgorithm()