Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching full:clonenode

1595   function cloneNode(deep) {
1602 var domCloneNode = Node.prototype.cloneNode;
1623 Node.prototype.cloneNode = cloneNode;