Searched refs:subnodes (Results 1 – 3 of 3) sorted by relevance
98 var subnodes = nodesData[i]['subnodes'];104 for (var j = 0; j < subnodes.length; ++j) {105 var subitem = new CertificateTreeItem(subnodes[j]);
906 ListValue* subnodes = new ListValue; in PopulateTree() local919 subnodes->Append(cert_dict); in PopulateTree()921 std::sort(subnodes->begin(), subnodes->end(), comparator); in PopulateTree()923 dict->Set(kSubNodesId, subnodes); in PopulateTree()
12514 Don't call emitCode directly on subnodes, instead use CodeGenerator::emitNode