Lines Matching refs:textContent
285 span.textContent = codeTypeToText(type);
395 tree.arrow.textContent = EXPANDED_ARROW;
431 c.textContent = (node.ticks * 100 / this.tickCount).toFixed(2) + "%";
435 c.textContent = (node.ticks * 100 / tree.ticks).toFixed(2) + "%";
440 c.textContent = (node.ownTicks * 100 / this.tickCount).toFixed(2) + "%";
454 c.textContent = node.ticks;
459 c.textContent = node.ownTicks;
463 arrow.textContent = COLLAPSED_ARROW;
483 tree.arrow.textContent = COLLAPSED_ARROW;
495 option.textContent = values[i].text;
995 cell.textContent = "Legend: ";
1033 div.textContent = text;
1100 textCell.textContent = text;
1102 numberCell.textContent = number;
1111 arrow.textContent = EXPANDED_ARROW;
1120 arrow.textContent = COLLAPSED_ARROW;
1158 numberCell.textContent = list[i].instances.length;
1161 childArrow.textContent = COLLAPSED_ARROW;
1182 numberCell.textContent = list[i].instances.length;
1201 numberCell.textContent = list.count;
1207 arrow.textContent = COLLAPSED_ARROW;