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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoKey.cpp42 class WebCryptoKeyPrivate : public ThreadSafeRefCounted<WebCryptoKeyPrivate> { class in namespace:blink
44 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) function in class:blink::WebCryptoKeyPrivate
64 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoKey.h70 class WebCryptoKeyPrivate;
126 WebPrivatePtr<WebCryptoKeyPrivate> m_private;

Completed in 230 milliseconds