HomeSort by relevance Sort by last modified time
    Searched refs:WebCryptoKeyPrivate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKey.cpp 42 class WebCryptoKeyPrivate : public ThreadSafeRefCounted<WebCryptoKeyPrivate> {
44 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
64 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages));
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKey.h 70 class WebCryptoKeyPrivate;
126 WebPrivatePtr<WebCryptoKeyPrivate> m_private;

Completed in 41 milliseconds