Home
last modified time | relevance | path

Searched refs:same_site (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dcookie_manager_impl.cc282 net::CookieSameSite same_site = in SetCookieInternal() local
283 net_service::MakeCookieSameSite(cookie.same_site); in SetCookieInternal()
292 cookie.secure ? true : false, cookie.httponly ? true : false, same_site, in SetCookieInternal()
/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc232 cookie.same_site = MakeCefCookieSameSite(cc.SameSite()); in MakeCefCookie()
270 cookie.same_site = MakeCefCookieSameSite(pc.SameSite()); in MakeCefCookie()
/third_party/cef/include/internal/
Dcef_types_wrappers.h852 target->same_site = src->same_site; in set()
Dcef_types.h807 cef_cookie_same_site_t same_site; member
/third_party/cef/tests/ceftests/
Dcookie_unittest.cc254 EXPECT_EQ(cookie.same_site, cookie_read.same_site); in GetCookie()