Searched defs:WebCryptoKeyAlgorithmPrivate (Results 1 - 1 of 1) 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)))

Completed in 65 milliseconds