Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_options.h247 bool exclude_httponly() const { return exclude_httponly_; } in exclude_httponly() function
H A Dcookie_monster_unittest.cc2084 CookieOptions exclude_httponly = options; in TEST_F() local