Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dwebcookie.cc24 session(!c.IsPersistent()) { in WebCookie()
/external/chromium/net/base/
Dcookie_monster.h581 bool IsPersistent() const { return true; } in IsPersistent() function
584 bool IsPersistent() const { return DoesExpire(); } in IsPersistent() function
Dcookie_monster.cc1171 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()
Dcookie_monster_unittest.cc1898 EXPECT_TRUE(output->IsPersistent()); in TEST()
2062 ASSERT_FALSE(cookie_list[0].IsPersistent()); in TEST()
/external/chromium/net/url_request/
Durl_request_unittest.cc1886 EXPECT_FALSE(cookies[0].IsPersistent()); in TEST_F()