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

  /external/chromium_org/chromeos/network/
network_cert_migrator.cc 156 const base::ListValue* pem_property = NULL; local
160 properties, &nss_key, &pem_key, &pem_property, &nickname, &uma_type);
169 if (pem_property && !pem_property->empty()) {
196 const base::ListValue** pem_property,
226 dict->GetListWithoutPathExpansion(kNssPemMap[i].pem_key, pem_property);
network_cert_migrator_unittest.cc 278 const char* pem_property = open_vpn ? shill::kOpenVPNCaCertPemProperty local
280 provider->GetListWithoutPathExpansion(pem_property, &ca_pems);

Completed in 46 milliseconds