Home
last modified time | relevance | path

Searched refs:IsPersistent (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc229 cookie.has_expires = cc.IsPersistent(); in MakeCefCookie()
/third_party/cef/tests/ceftests/
Dmessage_router_unittest.cc1250 if (IsPersistent(query.type)) in OnQuery()
1273 } else if (IsPersistent(query.type)) { in OnQuery()
1465 static bool IsPersistent(TestType type) { in IsPersistent() function in __anon9f8b1c480611::MultiQueryManager
1553 const bool persistent = IsPersistent(query.type); in GetQueryHTML()