Lines Matching refs:appendChild
401 nameElement.appendChild(document.createTextNode(name));
417 linkElement.appendChild(document.createTextNode("View source"));
544 nameCell.appendChild(createIndentNode(indent + 1));
546 nameCell.appendChild(arrow);
547 nameCell.appendChild(createTypeNode(node.type));
548 nameCell.appendChild(createFunctionNode(node.name, node.codeId));
553 nameCell.appendChild(createViewSourceNode(node.codeId));
600 e.appendChild(option);
1113 cell.appendChild(div);
1114 cell.appendChild(document.createTextNode(" " + desc.text));
1120 this.currentCode.appendChild(document.createTextNode(currentCode.name));
1122 this.currentCode.appendChild(document.createTextNode("<none>"));
1143 modeBar.appendChild(div);
1233 textCell.appendChild(document.createTextNode(deopt.posText));
1236 reasonCell.appendChild(
1250 textCell.appendChild(createIndentNode(indent));
1252 textCell.appendChild(childArrow);
1253 textCell.appendChild(
1276 textCell.appendChild(
1294 textCell.appendChild(createIndentNode(indent));
1296 textCell.appendChild(arrow);
1297 textCell.appendChild(document.createTextNode(text));
1346 table.appendChild(rows);
1347 this.element.appendChild(table);