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

/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 372 milliseconds