HomeSort by relevance Sort by last modified time
    Searched refs:CryptoResult (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
CryptoResult.h 40 class CryptoResult : public ThreadSafeRefCounted<CryptoResult> {
42 virtual ~CryptoResult() { }
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoKey.h 43 class CryptoResult;
63 // and completes the CryptoResult with an error.
64 bool canBeUsedForAlgorithm(const WebCryptoAlgorithm&, WebCryptoOperation, CryptoResult*) const;
66 // On failure, these return false and complete the CryptoResult with an error.
67 static bool parseFormat(const String&, WebCryptoKeyFormat&, CryptoResult*);
68 static bool parseUsageMask(const Vector<String>&, WebCryptoKeyUsageMask&, CryptoResult*);
CryptoResultImpl.h 36 #include "platform/CryptoResult.h"
52 // * The CryptoResult interface must only be called from the origin thread.
56 class CryptoResultImpl FINAL : public CryptoResult {
CryptoKey.cpp 36 #include "platform/CryptoResult.h"
164 bool CryptoKey::canBeUsedForAlgorithm(const WebCryptoAlgorithm& algorithm, WebCryptoOperation op, CryptoResult* result) const
179 bool CryptoKey::parseFormat(const String& formatString, WebCryptoKeyFormat& format, CryptoResult* result)
203 bool CryptoKey::parseUsageMask(const Vector<String>& usages, WebCryptoKeyUsageMask& mask, CryptoResult* result)
SubtleCrypto.cpp 49 static bool ensureNotNull(const ArrayPiece& x, const char* paramName, CryptoResult* result)
59 static bool ensureNotNull(CryptoKey* key, const char* paramName, CryptoResult* result)
69 static bool parseAlgorithm(const Dictionary& raw, WebCryptoOperation op, WebCryptoAlgorithm& algorithm, CryptoResult* result)
78 static bool canAccessWebCrypto(ScriptState* scriptState, CryptoResult* result)
166 static bool copyJwkDictionaryToJson(const Dictionary& dict, CString& jsonUtf8, CryptoResult* result)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 47 class CryptoResult;
102 BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<CryptoResult>&);
109 WebPrivatePtr<CryptoResult> m_impl;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoResult.cpp 34 #include "platform/CryptoResult.h"
94 WebCryptoResult::WebCryptoResult(const PassRefPtr<CryptoResult>& impl)

Completed in 1319 milliseconds