Home
last modified time | relevance | path

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

/external/chromium_org/net/cookies/
Dparsed_cookie.cc57 const char kHttpOnlyTokenName[] = "httponly"; variable
227 return SetBool(&httponly_index_, kHttpOnlyTokenName, is_http_only); in SetIsHttpOnly()
241 if (it->first != kSecureTokenName && it->first != kHttpOnlyTokenName) { in ToCookieLine()
431 } else if (pairs_[i].first == kHttpOnlyTokenName) { in SetupAttributes()