HomeSort by relevance Sort by last modified time
    Searched refs:SetEntropySource (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/utils/
random-number-generator.h 24 // using v8::V8::SetEntropySource(), which provides reasonable entropy, see:
33 static void SetEntropySource(EntropySource entropy_source);
random-number-generator.cc 24 void RandomNumberGenerator::SetEntropySource(EntropySource source) {
70 // an entropy source using v8::V8::SetEntropySource(),
  /external/chromium_org/v8/src/
v8.h 71 static void SetEntropySource(EntropySource source);
api.cc     [all...]
  /external/chromium_org/gin/
isolate_holder.cc 46 v8::V8::SetEntropySource(&GenerateEntropy);
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 111 v8::V8::SetEntropySource(&generateEntropy);
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 66 milliseconds