Home
last modified time | relevance | path

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

/external/cronet/net/cookies/
Dcookie_options.h252 bool exclude_httponly() const { return exclude_httponly_; } in exclude_httponly() function
Dcookie_monster_unittest.cc1941 CookieOptions exclude_httponly = options; in TEST_F() local