Home
last modified time | relevance | path

Searched refs:TransportSecurityPersister (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
Dtransport_security_persister.cc15 TransportSecurityPersister::TransportSecurityPersister(bool readonly) in TransportSecurityPersister() function in TransportSecurityPersister
20 TransportSecurityPersister::~TransportSecurityPersister() { in ~TransportSecurityPersister()
24 void TransportSecurityPersister::Initialize( in Initialize()
33 &TransportSecurityPersister::Load); in Initialize()
37 void TransportSecurityPersister::Load() { in Load()
46 &TransportSecurityPersister::CompleteLoad, in Load()
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) { in CompleteLoad()
62 void TransportSecurityPersister::StateIsDirty( in StateIsDirty()
74 &TransportSecurityPersister::Save); in StateIsDirty()
78 void TransportSecurityPersister::Save() { in Save()
[all …]
Dtransport_security_persister.h42 class TransportSecurityPersister
43 : public base::RefCountedThreadSafe<TransportSecurityPersister>,
46 explicit TransportSecurityPersister(bool readonly);
54 friend class base::RefCountedThreadSafe<TransportSecurityPersister>;
56 ~TransportSecurityPersister();
65 ScopedRunnableMethodFactory<TransportSecurityPersister> save_coalescer_;
/external/chromium/chrome/browser/profiles/
Dprofile.cc314 new TransportSecurityPersister(true /* readonly */); in GetTransportSecurityState()
741 scoped_refptr<TransportSecurityPersister> transport_security_loader_;
Dprofile.h109 class TransportSecurityPersister; variable
Dprofile_impl.h215 scoped_refptr<TransportSecurityPersister>
Dprofile_impl.cc788 new TransportSecurityPersister(false /* read-write */); in GetTransportSecurityState()
/external/chromium/android/autofill/
Dprofile_android.h105 class TransportSecurityPersister; variable