HomeSort by relevance Sort by last modified time
    Searched refs:IsExpired (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry_unittest.cc 62 EXPECT_FALSE(entry_within_the_limits.IsExpired());
69 entry_partially_within_the_limits.IsExpired());
78 EXPECT_TRUE(entry_outside_the_limits.IsExpired());
autofill_entry.h 51 bool IsExpired() const;
autofill_entry.cc 85 bool AutofillEntry::IsExpired() const {
  /external/chromium_org/net/cert/
crl_set.h 53 // 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,
cert_verify_proc_win.cc 455 if (!covered || crl_set->IsExpired())
crl_set.cc 566 bool CRLSet::IsExpired() const {
crl_set_unittest.cc 212 EXPECT_FALSE(set->IsExpired());
325 EXPECT_TRUE(set->IsExpired());
cert_verify_proc_nss.cc 331 if (!covered || crl_set->IsExpired())
    [all...]
  /external/chromium_org/net/cookies/
canonical_cookie.h 89 bool IsExpired(const base::Time& current) const {
canonical_cookie_unittest.cc 155 EXPECT_FALSE(cookie->IsExpired(creation_time));
164 EXPECT_FALSE(cookie->IsExpired(creation_time));
173 EXPECT_FALSE(cookie->IsExpired(creation_time));
cookie_monster.cc     [all...]
cookie_monster_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 265 bool IsExpired(const std::string& certificate);
platform_verification_flow.cc 285 if (IsExpired(certificate)) {
459 bool PlatformVerificationFlow::IsExpired(const std::string& certificate) {
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 111 bool IsExpired(const chrome::FaviconBitmapResult& bitmap_result) {
128 std::find_if(bitmap_results.begin(), bitmap_results.end(), IsExpired);
  /external/chromium/net/base/
cookie_monster.h 593 bool IsExpired(const base::Time& current) {
    [all...]
cookie_monster.cc     [all...]
cookie_monster_unittest.cc     [all...]

Completed in 71 milliseconds