Searched refs:completeWithBuffer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp47 void WebCryptoResult::completeWithBuffer(const WebArrayBuffer& buffer) function in class:blink::WebCryptoResult
50 m_impl->completeWithBuffer(buffer);
54 void WebCryptoResult::completeWithBuffer(const void* bytes, unsigned bytesSize) function in class:blink::WebCryptoResult
59 completeWithBuffer(buffer);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCryptoResult.h45 virtual void completeWithBuffer(const WebArrayBuffer&) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.h63 virtual void completeWithBuffer(const WebArrayBuffer&) OVERRIDE;
H A DCryptoResultImpl.cpp117 void CryptoResultImpl::completeWithBuffer(const WebArrayBuffer& buffer) function in class:blink::CryptoResultImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h89 BLINK_PLATFORM_EXPORT void completeWithBuffer(const WebArrayBuffer&);
91 BLINK_PLATFORM_EXPORT void completeWithBuffer(const void*, unsigned);
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc123 result->completeWithBuffer(vector_as_array(&buffer), buffer.size());

Completed in 3416 milliseconds