Searched defs:oldChild (Results 1 – 25 of 86) sorted by relevance
1234
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8NodeCustom.cpp | 86 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/ |
D | ANoopExpression.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANoopCommand.java | 41 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AOptimizedMultipleCommand.java | 40 void replaceChild(Node oldChild, Node newChild) { in replaceChild()
|
D | ASequenceExpression.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AHexExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANameVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANotExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AHexNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AStringExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANegativeExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AMultipleCommand.java | 78 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AExistsExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AVariableExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANumericExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADecNumberVariable.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADecimalExpression.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ACsOpenPosition.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ADataCommand.java | 83 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | Token.java | 55 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANumericNeExpression.java | 120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | ANumericAddExpression.java | 120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | AOrExpression.java | 120 … replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild) in replaceChild()
|
D | Start.java | 108 void replaceChild(Node oldChild, Node newChild) in replaceChild()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObjectChildList.cpp | 52 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, b… in removeChildNode()
|
1234