HomeSort by relevance Sort by last modified time
    Searched defs:TransportSecurityPersister (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
transport_security_persister.h 23 // TransportSecurityPersister::StateIsDirty
29 // TransportSecurityPersister::SerializeState
56 class NET_EXPORT TransportSecurityPersister
60 TransportSecurityPersister(TransportSecurityState* state,
64 virtual ~TransportSecurityPersister();
131 base::WeakPtrFactory<TransportSecurityPersister> weak_ptr_factory_;
133 DISALLOW_COPY_AND_ASSIGN(TransportSecurityPersister);
transport_security_persister.cc 97 TransportSecurityPersister::TransportSecurityPersister(
114 base::Bind(&TransportSecurityPersister::CompleteLoad,
118 TransportSecurityPersister::~TransportSecurityPersister() {
127 void TransportSecurityPersister::StateIsDirty(
136 bool TransportSecurityPersister::SerializeData(std::string* output) {
187 bool TransportSecurityPersister::LoadEntries(const std::string& serialized,
196 bool TransportSecurityPersister::Deserialize(const std::string& serialized,
313 void TransportSecurityPersister::CompleteLoad(const std::string& state)
    [all...]

Completed in 73 milliseconds