Home
last modified time | relevance | path

Searched refs:max_age_candidate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/http/
Dhttp_security_headers.cc170 uint32 max_age_candidate = 0; in ParseHSTSHeader() local
225 if (!MaxAgeToInt(unquoted.begin(), unquoted.end(), &max_age_candidate)) in ParseHSTSHeader()
260 *max_age = base::TimeDelta::FromSeconds(max_age_candidate); in ParseHSTSHeader()
283 uint32 max_age_candidate = 0; in ParseHPKPHeader() local
299 &max_age_candidate)) { in ParseHPKPHeader()
324 *max_age = base::TimeDelta::FromSeconds(max_age_candidate); in ParseHPKPHeader()