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

  /external/chromium_org/net/cookies/
parsed_cookie.cc 266 std::string::const_iterator token_real_end; local
275 // token_real_end should point at the token separator, i.e. '='.
278 token_real_end = *it;
282 // pointing at either whitespace, or at '=' (and equal to token_real_end).
293 *it = token_real_end;
  /external/chromium/net/base/
cookie_monster.cc     [all...]

Completed in 115 milliseconds