Home
last modified time | relevance | path

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

/external/chromium_org/net/cookies/
Dparsed_cookie.cc81 inline bool SeekPast(std::string::const_iterator* it, in SeekPast() function
270 if (SeekPast(it, end, kWhitespace)) in ParseToken()
304 SeekPast(it, end, kWhitespace); in ParseValue()
/external/chromium/net/base/
Dcookie_monster.cc1672 static inline bool SeekPast(std::string::const_iterator* it, in SeekPast() function
1729 if (SeekPast(it, end, kWhitespace)) in ParseToken()
1764 SeekPast(it, end, kWhitespace); in ParseValue()