Searched refs:removeChild (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/mac/Misc/
H A DOutlookQuirksUserScript.js33 document.documentElement.removeChild(document.head);
34 document.documentElement.removeChild(document.body);
/external/webkit/LayoutTests/fast/dom/Node/script-tests/
H A DDOMNodeRemovedEvent.js8 document.body.removeChild(div);
/external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
H A Dcss-computed-style-item.js12 document.documentElement.removeChild(element);
H A Dcss-style-item.js13 document.documentElement.removeChild(element);
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/
H A DcollapseToX-empty-selection.js15 document.body.removeChild(textNode);
/external/webkit/LayoutTests/fast/events/touch/resources/
H A Dtouch-stale-node-crash.js6 document.body.removeChild(target);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnoderemovechild03.js78 Using removeChild on this DocumentElement node attempt to remove this Document node and
101 removed = doc.removeChild(docElem);
109 removed = docElem.removeChild(doc);
H A Dnoderemovechild04.js81 Using removeChild on this Document node attempt to remove DocumentType node and
104 removed = doc.removeChild(docType);
112 removed = docType.removeChild(doc);
H A Dnoderemovechild05.js78 Using removeChild on this Document node attempt to remove a new DocumentType node and
110 removedChild = doc.removeChild(docType);
132 removedChild = docType.removeChild(doc);
H A Dnoderemovechild07.js111 removedChild = doc.removeChild(notation);
120 removedChild = notation.removeChild(doc);
H A Dnoderemovechild12.js79 The method removeChild removes the child node indicated by oldChild from the list
82 Using removeChild on a new DocumentFragment node attempt to remove a new EntityReference node.
108 removedChild = docFrag.removeChild(eRef);
114 removedChild = eRef.removeChild(docFrag);
H A Dnoderemovechild16.js79 Using removeChild on the first 'p' Element node attempt to remove its 'em'
108 removed = parent.removeChild(child);
116 removedNode = child.removeChild(parent);
H A Dnoderemovechild17.js78 Using removeChild on the first 'p' Element node attempt to remove a Text
106 removed = parent.removeChild(child);
114 removedNode = child.removeChild(parent);
H A Dnoderemovechild18.js81 Using removeChild on the first 'p' Element node attempt to remove a CDATASection
109 removed = parent.removeChild(child);
117 removedNode = child.removeChild(parent);
H A Dnoderemovechild22.js78 Using removeChild on a new Element node attempt to remove a new Comment child
80 using removeChild on the parent and verify if a NOT_FOUND_ERR is thrown.
105 removed = parent.removeChild(child);
113 removedNode = parent.removeChild(child);
H A Dnoderemovechild23.js78 Using removeChild on a new Element node attempt to remove a new ProcessingInstruction child
80 using removeChild on the parent and verify if a NOT_FOUND_ERR is thrown.
105 removed = parent.removeChild(child);
113 removedNode = parent.removeChild(child);
H A Dnoderemovechild19.js79 Using removeChild on the first 'p' Element node attempt to remove a EntityReference
110 removed = parent.removeChild(child);
116 removedNode = child.removeChild(parent);
145 removedNode = child.removeChild(entRefChild);
H A Dnoderemovechild31.js79 Using removeChild on a default Attribute node attempt to remove its EntityReference child node and
118 removed = parent.removeChild(child);
124 removedNode = child.removeChild(parent);
153 removedNode = child.removeChild(entRefChild);
/external/webkit/Source/WebCore/rendering/
H A DRenderRuby.h60 virtual void removeChild(RenderObject* child);
79 virtual void removeChild(RenderObject* child);
H A DRenderDetails.cpp65 void RenderDetails::removeChild(RenderObject* oldChild) function in class:WebCore::RenderDetails
68 RenderBlock::removeChild(oldChild);
74 RenderBlock::removeChild(oldChild);
80 m_summaryBlock->removeChild(m_mainSummary);
85 m_contentBlock->removeChild(oldChild);
/external/webkit/Source/WebCore/inspector/front-end/
H A DPleaseWaitMessage.js57 message.parentNode.removeChild(message);
74 message.parentNode.removeChild(message);
76 message.removeChild(instance.cancelButton);
99 message.parentNode.removeChild(message);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAEachCommand.java68 node.parent().removeChild(node);
93 node.parent().removeChild(node);
118 node.parent().removeChild(node);
143 node.parent().removeChild(node);
163 void removeChild(@SuppressWarnings("unused") Node child) method in class:AEachCommand
H A DAIfCommand.java68 node.parent().removeChild(node);
93 node.parent().removeChild(node);
118 node.parent().removeChild(node);
143 node.parent().removeChild(node);
163 void removeChild(@SuppressWarnings("unused") Node child) method in class:AIfCommand
H A DALoopToCommand.java68 node.parent().removeChild(node);
93 node.parent().removeChild(node);
118 node.parent().removeChild(node);
143 node.parent().removeChild(node);
163 void removeChild(@SuppressWarnings("unused") Node child) method in class:ALoopToCommand
H A DAWithCommand.java68 node.parent().removeChild(node);
93 node.parent().removeChild(node);
118 node.parent().removeChild(node);
143 node.parent().removeChild(node);
163 void removeChild(@SuppressWarnings("unused") Node child) method in class:AWithCommand

Completed in 303 milliseconds

1234567891011>>