HomeSort by relevance Sort by last modified time
    Searched refs:CharIsA (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cookies/
parsed_cookie.cc 80 inline bool CharIsA(const char c, const char* chars) {
88 for (; *it != end && !CharIsA(**it, chars); ++(*it)) {}
96 for (; *it != end && CharIsA(**it, chars); ++(*it)) {}
102 for (; *it != end && CharIsA(**it, chars); --(*it)) {}
  /external/chromium/net/base/
cookie_monster.cc     [all...]

Completed in 1476 milliseconds