Searched defs:Crypto (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DCrypto.h42 class Crypto : public RefCounted<Crypto> { class in namespace:WebCore
44 static PassRefPtr<Crypto> create() { return adoptRef(new Crypto()); }
49 Crypto();
H A DCrypto.cpp31 #include "Crypto.h"
53 Crypto::Crypto() function in class:WebCore::Crypto
57 void Crypto::getRandomValues(ArrayBufferView* array, ExceptionCode& ec)

Completed in 613 milliseconds