| /external/webkit/LayoutTests/dom/xhtml/level1/core/ |
| hc_nodereplacechildnewchildexists.js | 123 replacedChild = employeeNode.replaceChild(newChild,oldChild);
|
| /external/webkit/LayoutTests/dom/xhtml/level3/core/ |
| documentnormalizedocument08.js | 119 retval = elem.replaceChild(newChild,oldChild);
|
| nodecomparedocumentposition02.js | 112 replaced = doc.replaceChild(newDocType,docType);
|
| nodereplacechild28.js | 120 replacedChild = acronym.replaceChild(betaText,dallas);
|
| nodereplacechild39.js | 111 retNode = doc.replaceChild(newElement,newComment);
|
| nodereplacechild40.js | 114 retNode = doc.replaceChild(newDocType,newComment);
|
| splitcdatasections01.js | 112 retval = elem.replaceChild(newChild,oldChild);
|
| textiselementcontentwhitespace04.js | 117 replacedNode = pElem.replaceChild(blankNode,textNode);
|
| documentnormalizedocument07.js | 140 retval = elem.replaceChild(newChild,oldChild);
|
| handleerror01.js | 145 retval = elem.replaceChild(newChild,oldChild);
|
| /external/webkit/Source/WebCore/dom/ |
| Node.idl | 70 [OldStyleObjC, Custom] Node replaceChild(in Node newChild,
|
| /external/webkit/Source/WebCore/platform/graphics/chromium/ |
| GraphicsLayerChromium.cpp | 165 bool GraphicsLayerChromium::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild) 167 if (GraphicsLayer::replaceChild(oldChild, newChild)) {
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
| DOM2DTMdefaultNamespaceDeclarationNode.java | 94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);}
|
| /external/markdown/markdown/extensions/ |
| footnotes.py | 293 fnPlaceholder.parent.replaceChild(fnPlaceholder, footnotesDiv)
|
| /external/webkit/Source/WebCore/bindings/v8/custom/ |
| V8NodeCustom.cpp | 82 INC_STATS("DOM.Node.replaceChild"); 88 bool success = imp->replaceChild(newChild, oldChild, ec, true);
|
| /external/webkit/Source/WebCore/html/ |
| HTMLElement.cpp | 314 element->replaceChild(fragment, element->firstChild(), ec); 332 element->replaceChild(textNode.release(), element->firstChild(), ec); 379 parent->replaceChild(fragment.release(), this, ec); 515 parent->replaceChild(newChild.release(), this, ec); [all...] |
| /external/webkit/Source/WebCore/wml/ |
| WMLTableElement.cpp | 209 rowElement->replaceChild(newCell.release(), lastColumn, ec);
|
| /external/webkit/Source/WebKit/win/ |
| DOMHTMLClasses.h | 248 virtual HRESULT STDMETHODCALLTYPE replaceChild( 251 /* [retval][out] */ IDOMNode **result) { return DOMDocument::replaceChild(newChild, oldChild, result); } 522 virtual HRESULT STDMETHODCALLTYPE replaceChild( 525 /* [retval][out] */ IDOMNode **result) { return DOMElement::replaceChild(newChild, oldChild, result); } [all...] |
| /libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
| InnerNodeImpl.java | 192 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
|
| /packages/apps/Mms/src/com/android/mms/dom/ |
| NodeImpl.java | 180 public Node replaceChild(Node newChild, Node oldChild) throws DOMException {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
| MockXmlNode.java | 261 public Node replaceChild(Node newChild, Node oldChild)
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| ElemTemplateElement.java | 394 public Node replaceChild(Node newChild, Node oldChild) throws DOMException 504 public ElemTemplateElement replaceChild(ElemTemplateElement newChildElem, [all...] |
| /external/chromium/chrome/browser/resources/shared/js/ |
| util.js | 107 b.parentNode.replaceChild(a, b);
|
| /external/webkit/Source/WebCore/platform/graphics/win/ |
| GraphicsLayerCACF.cpp | 191 bool GraphicsLayerCACF::replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild) 193 if (GraphicsLayer::replaceChild(oldChild, newChild)) {
|
| /external/webkit/Source/WebCore/platform/graphics/ |
| GraphicsLayer.h | 215 virtual bool replaceChild(GraphicsLayer* oldChild, GraphicsLayer* newChild);
|