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

  /external/chromium/chrome/browser/
transport_security_persister.h 23 // TransportSecurityPersister::StateIsDirty
29 // TransportSecurityPersister::SerialiseState
42 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_;
transport_security_persister.cc 15 TransportSecurityPersister::TransportSecurityPersister(bool readonly)
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::StateIsDirty
    [all...]
  /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 96 TransportSecurityPersister::TransportSecurityPersister(
113 base::Bind(&TransportSecurityPersister::CompleteLoad,
117 TransportSecurityPersister::~TransportSecurityPersister() {
126 void TransportSecurityPersister::StateIsDirty(
135 bool TransportSecurityPersister::SerializeData(std::string* output) {
186 bool TransportSecurityPersister::LoadEntries(const std::string& serialized,
195 bool TransportSecurityPersister::Deserialize(const std::string& serialized,
303 void TransportSecurityPersister::CompleteLoad(const std::string& state)
    [all...]

Completed in 45 milliseconds