Searched refs:WebCryptoKeyAlgorithmPrivate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKeyAlgorithm.cpp45 class WebCryptoKeyAlgorithmPrivate : public ThreadSafeRefCounted<WebCryptoKeyAlgorithmPrivate> { class in namespace:blink
47 WebCryptoKeyAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoKeyAlgorithmParams> params) function in class:blink::WebCryptoKeyAlgorithmPrivate
58 : m_private(adoptRef(new WebCryptoKeyAlgorithmPrivate(id, params)))
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKeyAlgorithm.h45 class WebCryptoKeyAlgorithmPrivate;
95 WebPrivatePtr<WebCryptoKeyAlgorithmPrivate> m_private;

Completed in 582 milliseconds