Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 25 of 123) sorted by relevance

12345

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTrees.java240 CommonTree newChild = new CommonTree(new CommonToken(5)); in testReplaceWithNoChildren() local
257 CommonTree newChild = new CommonTree(new CommonToken(99, "c")); in testReplaceWithOneChildren() local
270 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceInMiddle() local
283 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtLeft() local
296 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAtRight() local
357 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtLeft() local
371 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceTwoWithOneAtRight() local
385 CommonTree newChild = new CommonTree(new CommonToken(99,"x")); in testReplaceAllWithOne() local
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8NodeCustom.cpp70 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in insertBeforeMethodCustom() local
86 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in replaceChildMethodCustom() local
117 …Node* newChild = V8Node::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIsolate())) ? V… in appendChildMethodCustom() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp114 bool ContainerNode::checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState& ex… in checkAcceptChild() argument
158 bool ContainerNode::checkAcceptChildGuaranteedNodeTypes(const Node& newChild, ExceptionState& excep… in checkAcceptChildGuaranteedNodeTypes() argument
168 void ContainerNode::insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState& excepti… in insertBefore()
235 void ContainerNode::insertBeforeCommon(Node& nextChild, Node& newChild) in insertBeforeCommon()
260 void ContainerNode::parserInsertBefore(PassRefPtr<Node> newChild, Node& nextChild) in parserInsertBefore()
284 void ContainerNode::replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState& excepti… in replaceChild()
547 void ContainerNode::appendChild(PassRefPtr<Node> newChild, ExceptionState& exceptionState) in appendChild()
603 void ContainerNode::parserAppendChild(PassRefPtr<Node> newChild) in parserAppendChild()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemApplyImport.java102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemText.java129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemChoose.java134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild()
DElemAttributeSet.java144 public ElemTemplateElement appendChildElem(ElemTemplateElement newChild) in appendChildElem()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DANoopExpression.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANoopCommand.java41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAOptimizedMultipleCommand.java40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
DANotExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANameVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DASequenceExpression.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAHexNumberVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANumericExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAHexExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DADecNumberVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANegativeExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAVariableExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DADataCommand.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DACsOpenPosition.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAMultipleCommand.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAStringExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObjectChildList.cpp114 void RenderObjectChildList::insertChildNode(RenderObject* owner, RenderObject* newChild, RenderObje… in insertChildNode()

12345