Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_security_headers.cc23 bool MaxAgeToInt(std::string::const_iterator begin, in MaxAgeToInt() function
225 if (!MaxAgeToInt(unquoted.begin(), unquoted.end(), &max_age_candidate)) in ParseHSTSHeader()
298 !MaxAgeToInt(equals.second.begin(), equals.second.end(), in ParseHPKPHeader()