OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_age_candidate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_security_headers.cc
170
uint32
max_age_candidate
= 0;
local
225
if (!MaxAgeToInt(unquoted.begin(), unquoted.end(), &
max_age_candidate
))
259
*max_age = base::TimeDelta::FromSeconds(
max_age_candidate
);
283
uint32
max_age_candidate
= 0;
local
299
&
max_age_candidate
)) {
324
*max_age = base::TimeDelta::FromSeconds(
max_age_candidate
);
/external/chromium/net/base/
transport_security_state.cc
173
int
max_age_candidate
= 0;
local
211
&
max_age_candidate
))
249
*max_age =
max_age_candidate
;
255
*max_age =
max_age_candidate
;
Completed in 54 milliseconds