Home
last modified time | relevance | path

Searched refs:cert_dict (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc909 DictionaryValue* cert_dict = new DictionaryValue; in PopulateTree() local
911 cert_dict->SetString(kKeyId, CertToId(*cert)); in PopulateTree()
912 cert_dict->SetString(kNameId, certificate_manager_model_->GetColumnText( in PopulateTree()
914 cert_dict->SetBoolean( in PopulateTree()
918 cert_dict->SetString(kIconId, "none"); in PopulateTree()
919 subnodes->Append(cert_dict); in PopulateTree()