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

  /external/chromium_org/net/ssl/
server_bound_cert_store.h 62 typedef std::list<ServerBoundCert> ServerBoundCertList;
70 typedef base::Callback<void(const ServerBoundCertList&)> GetCertListCallback;
117 void InitializeFrom(const ServerBoundCertList& list);
  /external/chromium_org/chrome/browser/browsing_data/
local_data_container.h 48 typedef net::ServerBoundCertStore::ServerBoundCertList ServerBoundCertList;
105 void OnServerBoundCertModelInfoLoaded(const ServerBoundCertList& cert_list);
131 ServerBoundCertList server_bound_cert_list_;

Completed in 1153 milliseconds