HomeSort by relevance Sort by last modified time
    Searched refs:ServerBoundCert (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/net/ssl/
server_bound_cert_store.cc 9 ServerBoundCertStore::ServerBoundCert::ServerBoundCert() {
12 ServerBoundCertStore::ServerBoundCert::ServerBoundCert(
24 ServerBoundCertStore::ServerBoundCert::~ServerBoundCert() {}
server_bound_cert_store.h 28 // The ServerBoundCert class contains a private key in addition to the server
30 class NET_EXPORT ServerBoundCert {
32 ServerBoundCert();
33 ServerBoundCert(const std::string& server_identifier,
38 ~ServerBoundCert();
62 typedef std::list<ServerBoundCert> ServerBoundCertList;
default_server_bound_cert_store.h 32 // The key for each ServerBoundCert* in ServerBoundCertMap is the
34 typedef std::map<std::string, ServerBoundCert*> ServerBoundCertMap;
105 void OnLoaded(scoped_ptr<ScopedVector<ServerBoundCert> > certs);
134 ServerBoundCert* cert);
163 typedef base::Callback<void(scoped_ptr<ScopedVector<ServerBoundCert> >)>
172 virtual void AddServerBoundCert(const ServerBoundCert& cert) = 0;
174 virtual void DeleteServerBoundCert(const ServerBoundCert& cert) = 0;
default_server_bound_cert_store_unittest.cc 74 const DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
76 const DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
83 typedef std::map<std::string, DefaultServerBoundCertStore::ServerBoundCert>
92 scoped_ptr<ScopedVector<DefaultServerBoundCertStore::ServerBoundCert> >
93 certs(new ScopedVector<DefaultServerBoundCertStore::ServerBoundCert>());
98 new DefaultServerBoundCertStore::ServerBoundCert(it->second));
106 const DefaultServerBoundCertStore::ServerBoundCert& cert) {
111 const DefaultServerBoundCertStore::ServerBoundCert& cert) {
125 DefaultServerBoundCertStore::ServerBoundCert(
131 DefaultServerBoundCertStore::ServerBoundCert(
    [all...]
default_server_bound_cert_store.cc 255 ServerBoundCert* cert = it->second;
337 scoped_ptr<ScopedVector<ServerBoundCert> > certs) {
340 for (std::vector<ServerBoundCert*>::const_iterator it = certs->begin();
381 new ServerBoundCert(
402 ServerBoundCert* cert = cur->second;
451 ServerBoundCert* cert = it->second;
460 ServerBoundCert* cert) {
server_bound_cert_service.cc 85 // On success, returns a ServerBoundCert object and sets |*error| to OK.
89 scoped_ptr<ServerBoundCertStore::ServerBoundCert> GenerateCert(
93 scoped_ptr<ServerBoundCertStore::ServerBoundCert> result;
124 result.reset(new ServerBoundCertStore::ServerBoundCert(
220 scoped_ptr<ServerBoundCertStore::ServerBoundCert>)> WorkerDoneCallback;
246 scoped_ptr<ServerBoundCertStore::ServerBoundCert> cert =
553 scoped_ptr<ServerBoundCertStore::ServerBoundCert> cert) {
server_bound_cert_service.h 165 scoped_ptr<ServerBoundCertStore::ServerBoundCert> cert);
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.h 39 const net::DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
41 const net::DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
sqlite_server_bound_cert_store_unittest.cc 26 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert>* certs) {
39 net::DefaultServerBoundCertStore::ServerBoundCert> > certs) {
82 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert> certs;
87 net::DefaultServerBoundCertStore::ServerBoundCert(
97 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert> certs_;
103 net::DefaultServerBoundCertStore::ServerBoundCert(
109 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert> certs;
124 net::DefaultServerBoundCertStore::ServerBoundCert* goog_cert;
125 net::DefaultServerBoundCertStore::ServerBoundCert* foo_cert;
204 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert> certs
    [all...]
sqlite_server_bound_cert_store.cc 52 const net::DefaultServerBoundCertStore::ServerBoundCert& cert);
56 const net::DefaultServerBoundCertStore::ServerBoundCert& cert);
66 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert>* certs);
88 const net::DefaultServerBoundCertStore::ServerBoundCert& cert)
92 const net::DefaultServerBoundCertStore::ServerBoundCert& cert() const {
98 net::DefaultServerBoundCertStore::ServerBoundCert cert_;
105 const net::DefaultServerBoundCertStore::ServerBoundCert& cert);
172 scoped_ptr<ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert> >
173 certs(new ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert>(
175 ScopedVector<net::DefaultServerBoundCertStore::ServerBoundCert>* certs_ptr
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper.h 54 // Return a copy of the ServerBoundCert helper. Only one consumer can use the
59 // Add an ServerBoundCert to the set of canned server bound certs that is
62 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert);
82 typedef std::map<std::string, net::ServerBoundCertStore::ServerBoundCert>
mock_browsing_data_server_bound_cert_helper.cc 30 net::ServerBoundCertStore::ServerBoundCert(
browsing_data_server_bound_cert_helper_unittest.cc 139 helper->AddServerBoundCert(net::ServerBoundCertStore::ServerBoundCert(
cookies_tree_model.h 119 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert);
133 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert;
browsing_data_server_bound_cert_helper.cc 175 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert) {
cookies_tree_model.cc 247 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 247 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert =

Completed in 314 milliseconds