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/core/platform/chromium/support/
WebCryptoKey.cpp 40 class WebCryptoKeyPrivate : public ThreadSafeRefCounted<WebCryptoKeyPrivate> {
42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
61 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages));
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKey.h 69 class WebCryptoKeyPrivate;
123 WebPrivatePtr<WebCryptoKeyPrivate> m_private;

Completed in 1951 milliseconds