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

  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc 247 DictionaryValue* node_details; local
250 root_list.Append(node_details = new DictionaryValue());
251 node_details->SetString("label", x509_certificate_model::GetTitle(cert));
254 node_details->Set("children", cert_fields = new ListValue());
255 cert_fields->Append(node_details = new DictionaryValue());
257 node_details->SetString("label",
259 node_details->Set("children", cert_fields = new ListValue());
262 cert_fields->Append(node_details = new DictionaryValue());
263 node_details->SetString("label",
267 node_details->SetString("payload.val"
    [all...]

Completed in 2630 milliseconds