Home | Sort by relevance Sort by last modified time |
/external/chromium_org/net/cookies/ | |
parsed_cookie.h | 48 bool IsHttpOnly() const { return httponly_index_ != 0; } 139 size_t httponly_index_; member in class:net::ParsedCookie |
/external/chromium/net/base/ | |
cookie_monster.h | 713 bool IsHttpOnly() const { return httponly_index_ != 0; } 771 size_t httponly_index_; member in class:net::CookieMonster::ParsedCookie [all...] |