Searched defs:TransportSecurityPersister (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dtransport_security_persister.h23 // TransportSecurityPersister::StateIsDirty
29 // TransportSecurityPersister::SerialiseState
42 class TransportSecurityPersister class in inherits:base::RefCountedThreadSafe,net::TransportSecurityState::Delegate
43 : public base::RefCountedThreadSafe<TransportSecurityPersister>,
46 explicit TransportSecurityPersister(bool readonly);
54 friend class base::RefCountedThreadSafe<TransportSecurityPersister>;
56 ~TransportSecurityPersister();
65 ScopedRunnableMethodFactory<TransportSecurityPersister> save_coalescer_;
H A Dtransport_security_persister.cc15 TransportSecurityPersister::TransportSecurityPersister(bool readonly) function in class:TransportSecurityPersister
20 TransportSecurityPersister::~TransportSecurityPersister() {
24 void TransportSecurityPersister::Initialize(
33 &TransportSecurityPersister::Load);
37 void TransportSecurityPersister::Load() {
46 &TransportSecurityPersister::CompleteLoad,
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) {
62 void TransportSecurityPersister
[all...]

Completed in 199 milliseconds