Searched refs:cert_dict (Results 1 – 1 of 1) sorted by relevance
909 DictionaryValue* cert_dict = new DictionaryValue; in PopulateTree() local911 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()