HomeSort by relevance Sort by last modified time
    Searched refs:TransportSecurityPersister (Results 1 - 6 of 6) 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(
65 virtual ~TransportSecurityPersister();
132 base::WeakPtrFactory<TransportSecurityPersister> weak_ptr_factory_;
134 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...]
transport_security_persister_unittest.cc 18 using net::TransportSecurityPersister;
32 persister_.reset(new TransportSecurityPersister(
42 scoped_ptr<TransportSecurityPersister> persister_;
  /external/chromium_org/net/url_request/
url_request_context_builder.cc 163 scoped_ptr<TransportSecurityPersister> transport_security_persister) {
178 scoped_ptr<TransportSecurityPersister> transport_security_persister_;
316 make_scoped_ptr<TransportSecurityPersister>(
317 new TransportSecurityPersister(
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 67 class TransportSecurityPersister;
680 mutable scoped_ptr<net::TransportSecurityPersister>
profile_io_data.cc     [all...]

Completed in 7418 milliseconds