Searched defs:replaceChild (Results 51 - 75 of 90) sorted by relevance

1234

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DANumericNeExpression.java120 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ANumericNeExpression
H A DAOrExpression.java120 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AOrExpression
H A DASetCommand.java157 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ASetCommand
H A DASubtractExpression.java120 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ASubtractExpression
H A DAUvarCommand.java120 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AUvarCommand
H A DAVarCommand.java120 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AVarCommand
H A DStart.java108 void replaceChild(Node oldChild, Node newChild) method in class:Start
H A DToken.java55 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:Token
H A DADefCommand.java183 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ADefCommand
H A DAEachCommand.java194 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AEachCommand
H A DAIfCommand.java194 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AIfCommand
H A DALoopCommand.java231 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ALoopCommand
H A DALoopIncCommand.java268 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ALoopIncCommand
H A DALoopToCommand.java194 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:ALoopToCommand
H A DAWithCommand.java194 void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) method in class:AWithCommand
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.cpp351 m_parentNode->replaceChild(m_oldNode, m_newNode.get(), exceptionState);
357 m_parentNode->replaceChild(m_newNode, m_oldNode.get(), exceptionState);
451 bool DOMEditor::replaceChild(Node* parentNode, PassRefPtrWillBeRawPtr<Node> newNode, Node* oldNode, ExceptionState& exceptionState) function in class:blink::DOMEditor
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNode.java161 public void replaceChild(int index, XMPNode node) method in class:XMPNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java1008 public Node replaceChild(Node newChild, Node oldChild) throws DOMException method in class:ElemLiteralResult.Attribute
H A DElemTemplateElement.java394 public Node replaceChild(Node newChild, Node oldChild) throws DOMException method in class:ElemTemplateElement
504 public ElemTemplateElement replaceChild(ElemTemplateElement newChildElem, method in class:ElemTemplateElement
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java674 public Node replaceChild(Node newChild, Node oldChild) throws DOMException method in class:UnImplNode
677 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"replaceChild not supported!");
694 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"replaceChild not supported!");
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.cc94 void WebLayerImpl::replaceChild(WebLayer* reference, WebLayer* new_layer) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp320 PassRefPtrWillBeRawPtr<Node> ContainerNode::replaceChild(PassRefPtrWillBeRawPtr<Node> newChild, PassRefPtrWillBeRawPtr<Node> oldChild, ExceptionState& exceptionState) function in class:blink::ContainerNode
H A DNode.cpp474 PassRefPtrWillBeRawPtr<Node> Node::replaceChild(PassRefPtrWillBeRawPtr<Node> newChild, PassRefPtrWillBeRawPtr<Node> oldChild, ExceptionState& exceptionState) function in class:blink::Node
477 return toContainerNode(this)->replaceChild(newChild, oldChild, exceptionState);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java507 public final Node replaceChild(Node newChild, Node oldChild) method in class:DTMNodeProxy

Completed in 753 milliseconds

1234