Lines Matching refs:appendChild
201 document.body.appendChild(canvas);
299 document.body.appendChild(canvas);
385 row.appendChild(time);
386 row.appendChild(count);
387 table.appendChild(row);
390 div.appendChild(msg);
391 div.appendChild(table);
440 td.appendChild(a);
446 tr.appendChild(col(a));
447 tr.appendChild(col(b));
454 table.appendChild(row(text("Time limit in seconds"), this.timelimit));
459 table.appendChild(row(text("Autoscale pauses plot"), this.autoscale));
464 this.form.appendChild(table);
465 this.form.appendChild(button);
467 document.body.appendChild(this.form);
485 document.body.appendChild(div);