Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dparsed_cookie.h82 bool IsHttpOnly() const { return httponly_index_ != 0; } in IsHttpOnly() function
H A Dcookie_base.h112 bool IsHttpOnly() const { return httponly_; } in IsHttpOnly() function