Searched refs:RandUint32 (Results 1 - 2 of 2) sorted by relevance
/external/chromium/base/ | ||
H A D | rand_util_win.cc | 14 uint32 RandUint32() { function in namespace:__anon867 25 uint32 first_half = RandUint32(); 26 uint32 second_half = RandUint32(); |
/external/chromium/net/websockets/ | ||
H A D | websocket_handshake.cc | 214 uint32 RandUint32(uint32 min, uint32 max) { function in namespace:net::__anon2375 229 RandUint32; |
Completed in 497 milliseconds