HomeSort by relevance Sort by last modified time
    Searched refs:TransportSecurityPersister (Results 1 - 12 of 12) 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/chrome/browser/net/
transport_security_persister.h 23 // TransportSecurityPersister::StateIsDirty
29 // TransportSecurityPersister::SerializeState
45 class TransportSecurityPersister
49 TransportSecurityPersister(net::TransportSecurityState* state,
52 virtual ~TransportSecurityPersister();
118 base::WeakPtrFactory<TransportSecurityPersister> weak_ptr_factory_;
120 DISALLOW_COPY_AND_ASSIGN(TransportSecurityPersister);
transport_security_persister.cc 86 class TransportSecurityPersister::Loader {
88 Loader(const base::WeakPtr<TransportSecurityPersister>& persister,
112 base::WeakPtr<TransportSecurityPersister> persister_;
122 TransportSecurityPersister::TransportSecurityPersister(
143 TransportSecurityPersister::~TransportSecurityPersister() {
152 void TransportSecurityPersister::StateIsDirty(
161 bool TransportSecurityPersister::SerializeData(std::string* output) {
212 bool TransportSecurityPersister::LoadEntries(const std::string& serialized
    [all...]
transport_security_persister_unittest.cc 36 new TransportSecurityPersister(&state_, temp_dir_.path(), false));
44 // Needed for ImportantFileWriter, which TransportSecurityPersister uses.
47 // TransportSecurityPersister runs on the IO thread.
52 scoped_ptr<TransportSecurityPersister> persister_;
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 39 class TransportSecurityPersister;
509 mutable scoped_ptr<TransportSecurityPersister>
profile_io_data.cc 783 new TransportSecurityPersister(transport_security_state_.get(),
    [all...]
  /external/chromium/chrome/browser/profiles/
profile.cc 314 new TransportSecurityPersister(true /* readonly */);
741 scoped_refptr<TransportSecurityPersister> transport_security_loader_;
profile.h 109 class TransportSecurityPersister;
profile_impl.h 215 scoped_refptr<TransportSecurityPersister>
profile_impl.cc 788 new TransportSecurityPersister(false /* read-write */);
    [all...]
  /external/chromium/android/autofill/
profile_android.h 105 class TransportSecurityPersister;

Completed in 2492 milliseconds