Home
last modified time | relevance | path

Searched defs:IsHttpOnly (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/cookies/
Dparsed_cookie.h50 bool IsHttpOnly() const { return httponly_index_ != 0; } in IsHttpOnly() function
Dcanonical_cookie.h83 bool IsHttpOnly() const { return httponly_; } in IsHttpOnly() function