OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxAgeToInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_security_headers.cc
19
//
MaxAgeToInt
converts a string representation of a "whole number" of
23
bool
MaxAgeToInt
(std::string::const_iterator begin,
225
if (!
MaxAgeToInt
(unquoted.begin(), unquoted.end(), &max_age_candidate))
298
!
MaxAgeToInt
(equals.second.begin(), equals.second.end(),
/external/chromium/net/base/
transport_security_state.cc
147
//
MaxAgeToInt
converts a string representation of a number of seconds into a
151
static bool
MaxAgeToInt
(std::string::const_iterator begin,
209
if (!
MaxAgeToInt
(tokenizer.token_begin(),
Completed in 222 milliseconds