cryptographicallyRandomValues  131 Source/core/animation/CompositorAnimationsTestHelper.h         virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }
cryptographicallyRandomValues   75 Source/modules/crypto/Crypto.cpp     cryptographicallyRandomValues(array->baseAddress(), array->byteLength());
cryptographicallyRandomValues  140 Source/modules/websockets/WebSocketFrame.cpp         cryptographicallyRandomValues(frameData.data() + maskingKeyStart, maskingKeyWidthInBytes);
cryptographicallyRandomValues  115 Source/modules/websockets/WebSocketHandshake.cpp     cryptographicallyRandomValues(key, nonceSize);
cryptographicallyRandomValues   69 Source/platform/TestingPlatformSupport.h     virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE;
cryptographicallyRandomValues   43 Source/platform/UUID.cpp     cryptographicallyRandomValues(reinterpret_cast<unsigned char*>(randomData), sizeof(randomData));
cryptographicallyRandomValues   57 Source/platform/mhtml/MHTMLArchive.cpp     cryptographicallyRandomValues(&randomValues, randomValuesLength);
cryptographicallyRandomValues   90 Source/web/WebKit.cpp         Platform::current()->cryptographicallyRandomValues(buffer, length);
cryptographicallyRandomValues  146 Source/web/WebKit.cpp     Platform::current()->cryptographicallyRandomValues(buffer, length);
cryptographicallyRandomValues  162 Source/web/WebKit.cpp     WTF::setRandomSource(cryptographicallyRandomValues);
cryptographicallyRandomValues   42 Source/wtf/CryptographicallyRandomNumber.h WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
cryptographicallyRandomValues   47 Source/wtf/CryptographicallyRandomNumber.h using WTF::cryptographicallyRandomValues;
cryptographicallyRandomValues  423 public/platform/Platform.h     virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) = 0;