Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp40 class WebCryptoAlgorithmPrivate : public ThreadSafeRefCounted<WebCryptoAlgorithmPrivate> { class
42 WebCryptoAlgorithmPrivate(WebCryptoAlgorithmId id, PassOwnPtr<WebCryptoAlgorithmParams> params) in WebCryptoAlgorithmPrivate() function in blink::WebCryptoAlgorithmPrivate
53 : m_private(adoptRef(new WebCryptoAlgorithmPrivate(id, params))) in WebCryptoAlgorithm()
/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h86 class WebCryptoAlgorithmPrivate; variable
136 WebPrivatePtr<WebCryptoAlgorithmPrivate> m_private;