Home
last modified time | relevance | path

Searched refs:RandomNumberSource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DCryptographicallyRandomNumber.h35 typedef void (*RandomNumberSource)(unsigned char*, size_t); typedef
38 WTF_EXPORT void setRandomSource(RandomNumberSource);
DCryptographicallyRandomNumber.cpp38 static RandomNumberSource sourceFunction;
40 void setRandomSource(RandomNumberSource source) in setRandomSource()