Searched refs:IsExpired (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry_unittest.cc62 EXPECT_FALSE(entry_within_the_limits.IsExpired());
69 entry_partially_within_the_limits.IsExpired());
78 EXPECT_TRUE(entry_outside_the_limits.IsExpired());
H A Dautofill_entry.h51 bool IsExpired() const;
H A Dautofill_entry.cc85 bool AutofillEntry::IsExpired() const { function in class:autofill::AutofillEntry
/external/chromium_org/net/cert/
H A Dcrl_set.h53 // IsExpired returns true iff the current time is past the NotAfter time
55 bool IsExpired() const;
93 // IsExpired on the result will return true. If |issuer_spki| is not NULL,
H A Dcert_verify_proc_win.cc455 if (!covered || crl_set->IsExpired())
H A Dcrl_set.cc566 bool CRLSet::IsExpired() const { function in class:net::CRLSet
H A Dcrl_set_unittest.cc212 EXPECT_FALSE(set->IsExpired());
325 EXPECT_TRUE(set->IsExpired());
H A Dcert_verify_proc_nss.cc330 if (!covered || crl_set->IsExpired())
/external/chromium_org/net/cookies/
H A Dcanonical_cookie_unittest.cc155 EXPECT_FALSE(cookie->IsExpired(creation_time));
164 EXPECT_FALSE(cookie->IsExpired(creation_time));
173 EXPECT_FALSE(cookie->IsExpired(creation_time));
H A Dcanonical_cookie.h89 bool IsExpired(const base::Time& current) const { function in class:net::CanonicalCookie
H A Dcookie_monster.cc1685 if (cc->IsExpired(current) && !keep_expired_cookies_) {
1780 bool already_expired = (*cc)->IsExpired(creation_time);
2004 if (curit->second->IsExpired(current)) {
H A Dcookie_monster_unittest.cc2154 ASSERT_TRUE(cookie_list[0].IsExpired(Time::Now()));
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.cc111 bool IsExpired(const chrome::FaviconBitmapResult& bitmap_result) { function in namespace:__anon5105
128 std::find_if(bitmap_results.begin(), bitmap_results.end(), IsExpired);
/external/chromium/net/base/
H A Dcookie_monster.h593 bool IsExpired(const base::Time& current) { function in class:net::CookieMonster::CanonicalCookie
H A Dcookie_monster.cc1105 if (cc->IsExpired(current) && !keep_expired_cookies_) {
1234 bool already_expired = (*cc)->IsExpired(creation_time);
1414 if (curit->second->IsExpired(current)) {
H A Dcookie_monster_unittest.cc2099 ASSERT_TRUE(cookie_list[0].IsExpired(Time::Now()));

Completed in 265 milliseconds