Searched refs:SeekPast (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/net/cookies/ |
D | parsed_cookie.cc | 81 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/ |
D | cookie_monster.cc | 1672 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()
|