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

  /external/chromium_org/v8/src/utils/
random-number-generator.h 47 // using v8::V8::SetEntropySource(), which provides reasonable entropy, see:
56 static void SetEntropySource(EntropySource entropy_source);
random-number-generator.cc 46 void RandomNumberGenerator::SetEntropySource(EntropySource source) {
98 // an entropy source using v8::V8::SetEntropySource(),
  /external/chromium_org/gin/
isolate_holder.cc 42 v8::V8::SetEntropySource(&GenerateEntropy);
  /external/chromium_org/v8/src/
v8.h 93 static void SetEntropySource(EntropySource source);
api.cc     [all...]
  /external/v8/src/
v8.h 97 static void SetEntropySource(EntropySource source);
v8.cc 146 void V8::SetEntropySource(EntropySource source) {
api.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 103 v8::V8::SetEntropySource(&generateEntropy);
  /external/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 431 milliseconds