Home | History | Annotate | Download | only in base

Lines Matching refs:base

13 #include "base/basictypes.h"
14 #include "base/gtest_prod_util.h"
15 #include "base/memory/ref_counted.h"
16 #include "base/time.h"
17 #include "net/base/x509_cert_types.h"
27 public base::RefCountedThreadSafe<TransportSecurityState> {
62 base::Time created; // when this host entry was first created
63 base::Time expiry; // the absolute time (UTC) when this record expires
86 void DeleteSince(const base::Time& time);
117 friend class base::RefCountedThreadSafe<TransportSecurityState>;