OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:node_details
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc
296
base::DictionaryValue*
node_details
;
local
299
root_list.Append(
node_details
= new base::DictionaryValue());
300
node_details
->SetString("label", x509_certificate_model::GetTitle(cert));
303
node_details
->Set("children", cert_fields = new base::ListValue());
304
cert_fields->Append(
node_details
= new base::DictionaryValue());
306
node_details
->SetString("label",
308
node_details
->Set("children", cert_fields = new base::ListValue());
311
cert_fields->Append(
node_details
= new base::DictionaryValue());
312
node_details
->SetString("label",
316
node_details
->SetString("payload.val"
[
all
...]
Completed in 101 milliseconds