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

Lines Matching refs:cloneNode

306 				// using cloneNode. Calling detachEvent on the
316 div.appendChild( this.cloneNode(true) );
322 return this.cloneNode(true);
523 fragment.cloneNode(true) : fragment );
3195 div.cloneNode(true).fireEvent("onclick");
5889 var clone = retain && item.cloneNode(false);
6177 var clone = this.cloneNode(contents);
9948 return Element.writeAttribute(cache[tagName].cloneNode(false), attributes);