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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithm.h113 class WebCryptoAlgorithmPrivate;
171 WebPrivatePtr<WebCryptoAlgorithmPrivate> m_private;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoAlgorithm.cpp222 class WebCryptoAlgorithmPrivate : public ThreadSafeRefCounted<WebCryptoAlgorithmPrivate> { class in namespace:blink
224 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params) function in class:blink::WebCryptoAlgorithmPrivate
235 : m_private(adoptRef(new WebCryptoAlgorithmPrivate(id, params)))

Completed in 77 milliseconds