Searched refs:IsPersistent (Results 1 – 5 of 5) sorted by relevance
24 session(!c.IsPersistent()) { in WebCookie()
581 bool IsPersistent() const { return true; } in IsPersistent() function584 bool IsPersistent() const { return DoesExpire(); } in IsPersistent() function
1171 if (cc->IsPersistent() && store_ && sync_to_store) in InternalInsertCookie()1282 if (cc->IsPersistent() && store_) in InternalUpdateCookieAccessTime()1304 if (cc->IsPersistent() && store_ && sync_to_store) in InternalDeleteCookie()
1898 EXPECT_TRUE(output->IsPersistent()); in TEST()2062 ASSERT_FALSE(cookie_list[0].IsPersistent()); in TEST()
1886 EXPECT_FALSE(cookies[0].IsPersistent()); in TEST_F()