Searched refs:kHttpOnlyTokenName (Results 1 – 1 of 1) sorted by relevance
57 const char kHttpOnlyTokenName[] = "httponly"; variable227 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()