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

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_server_bound_cert_helper.h 23 // Adds a server_bound_cert sample.
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;
browsing_data_server_bound_cert_helper.h 62 const net::ServerBoundCertStore::ServerBoundCert& server_bound_cert);
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.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_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())));
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 40 'server_bound_cert': [['serverId', 'label_server_bound_cert_server_id'],
483 } else if (this.data.type == 'server_bound_cert') {
    [all...]

Completed in 228 milliseconds