Searched refs:cloneChild (Results 1 - 11 of 11) sorted by relevance

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dselfhtml.js392 var cloneChild = this.cloneNode(srcChild, doc);
393 if (cloneChild != null) {
394 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dselfhtml.js392 var cloneChild = this.cloneNode(srcChild, doc);
393 if (cloneChild != null) {
394 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/html/level2/events/
H A Dselfhtml.js392 var cloneChild = this.cloneNode(srcChild, doc);
393 if (cloneChild != null) {
394 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/html/level2/html/
H A Dselfhtml.js392 var cloneChild = this.cloneNode(srcChild, doc);
393 if (cloneChild != null) {
394 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dselfxhtml.js400 var cloneChild = this.cloneNode(srcChild, doc);
401 if (cloneChild != null) {
402 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dselfxhtml.js400 var cloneChild = this.cloneNode(srcChild, doc);
401 if (cloneChild != null) {
402 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/xhtml/level2/events/
H A Dselfxhtml.js400 var cloneChild = this.cloneNode(srcChild, doc);
401 if (cloneChild != null) {
402 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A Dselfxhtml.js400 var cloneChild = this.cloneNode(srcChild, doc);
401 if (cloneChild != null) {
402 clone.appendChild(cloneChild);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dselfxhtml.js400 var cloneChild = this.cloneNode(srcChild, doc);
401 if (cloneChild != null) {
402 clone.appendChild(cloneChild);
/external/webkit/Source/WebCore/rendering/
H A DRenderInline.cpp318 RenderInline* cloneChild = clone; local
322 clone->addChildIgnoringContinuation(cloneChild, 0);
H A DRenderBlock.cpp488 RenderBlock* cloneChild = cloneBlock; local
492 cloneBlock->children()->appendChildNode(cloneBlock, cloneChild);

Completed in 239 milliseconds