Home
last modified time | relevance | path

Searched defs:oldChild (Results 1 – 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8NodeCustom.cpp86 Node* oldChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[1]); in replaceChildMethodCustom() local
101 Node* oldChild = V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]); in removeChildMethodCustom() local
/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()
DASequenceExpression.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAHexExpression.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()
DANotExpression.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAHexNumberVariable.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAStringExpression.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()
DAMultipleCommand.java78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAExistsExpression.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()
DANumericExpression.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()
DADecimalExpression.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()
DADataCommand.java83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DToken.java55 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANumericNeExpression.java120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DANumericAddExpression.java120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DAOrExpression.java120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
DStart.java108 void replaceChild(Node oldChild, Node newChild) in replaceChild()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObjectChildList.cpp52 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, b… in removeChildNode()

1234