OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_secs_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/quic/crypto/
strike_register_test.cc
148
window_secs_
(window_secs),
170
if ((current_time >
window_secs_
&&
171
nonce_time < (current_time -
window_secs_
)) ||
172
nonce_time > (current_time +
window_secs_
)) {
235
const unsigned
window_secs_
;
member in class:__anon9283::SlowStrikeRegister
strike_register.h
166
const uint32
window_secs_
;
member in class:net::StrikeRegister
strike_register.cc
69
window_secs_
(window_secs),
126
if ((current_time >
window_secs_
&&
127
nonce_time < (current_time -
window_secs_
)) ||
128
nonce_time > (current_time +
window_secs_
)) {
Completed in 596 milliseconds