Home | History | Annotate | Download | only in base

Lines Matching refs:kWhitespace

1688 const char CookieMonster::ParsedCookie::kWhitespace[] = " \t";
1729 if (SeekPast(it, end, kWhitespace))
1745 SeekBackPast(it, *token_start, kWhitespace);
1764 SeekPast(it, end, kWhitespace);
1818 SeekBackPast(value_end, *value_start, kWhitespace);