Home | History | Annotate | Download | only in parse-only

Lines Matching refs:insertBefore

1567 		if (element.parentNode) element.parentNode.insertBefore(context, element);
1573 (next) ? element.parentNode.insertBefore(context, next) : element.parentNode.appendChild(context);
1582 (first) ? element.insertBefore(context, first) : element.appendChild(context);