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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper.h 62 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert);
browsing_data_server_bound_cert_helper.cc 175 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert) {
177 server_bound_cert_map_[server_bound_cert.server_identifier()] =
178 server_bound_cert;
cookies_tree_model.h 119 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert);
133 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert; member in struct:CookieTreeNode::DetailedInfo
cookies_tree_model.cc 165 server_bound_cert(NULL) {}
247 const net::ServerBoundCertStore::ServerBoundCert* server_bound_cert) {
249 this->server_bound_cert = server_bound_cert;
    [all...]
cookies_tree_model_unittest.cc 216 ).server_bound_cert->server_identifier() + ",";
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 245 dict->SetString(kKeyType, "server_bound_cert");
248 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert = local
249 *node.GetDetailedInfo().server_bound_cert;
251 dict->SetString(kKeyServerId, server_bound_cert.server_identifier());
256 server_bound_cert.creation_time())));

Completed in 2396 milliseconds