Searched defs:oldNode (Results 1 - 11 of 11) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java183 * newNode will have its old links as well as all links from the oldNode.
184 * The oldNode has all its links removed.
187 * @param oldNode {@code non-null;} the EscapeSet to remove all links from
189 private void replaceNode(EscapeSet newNode, EscapeSet oldNode) { argument
190 for (EscapeSet e : oldNode.parentSets) {
191 e.childSets.remove(oldNode);
195 for (EscapeSet e : oldNode.childSets) {
196 e.parentSets.remove(oldNode);
/external/libxslt/libxslt/
H A Dtemplates.c121 xmlNodePtr oldNode; local
127 oldNode = ctxt->node;
157 ctxt->node = oldNode;
H A Dpattern.c848 xmlNodePtr oldNode; local
1113 oldNode = ctxt->node;
1129 ctxt->node = oldNode;
1136 ctxt->node = oldNode;
H A Dxsltutils.c966 xmlNodePtr oldNode; local
999 oldNode = ctxt->node;
1062 ctxt->node = oldNode;
H A Dtransform.c1982 xmlNodePtr oldNode; local
2005 oldNode = ctxt->node;
2008 ctxt->node = oldNode;
/external/webkit/Source/WebCore/dom/
H A DRange.cpp1833 static inline void boundaryTextNodesMerged(RangeBoundaryPoint& boundary, NodeWithIndex& oldNode, unsigned offset) argument
1835 if (boundary.container() == oldNode.node())
1836 boundary.set(oldNode.node()->previousSibling(), boundary.offset() + offset, 0);
1837 else if (boundary.container() == oldNode.node()->parentNode() && boundary.offset() == oldNode.index())
1838 boundary.set(oldNode.node()->previousSibling(), offset, 0);
1841 void Range::textNodesMerged(NodeWithIndex& oldNode, unsigned offset) argument
1843 ASSERT(oldNode.node());
1844 ASSERT(oldNode.node()->document() == m_ownerDocument);
1845 ASSERT(oldNode
1853 boundaryTextNodesSplit(RangeBoundaryPoint& boundary, Text* oldNode) argument
1863 textNodeSplit(Text* oldNode) argument
[all...]
H A DDocument.cpp3478 void Document::textNodesMerged(Text* oldNode, unsigned offset) argument
3481 NodeWithIndex oldNodeWithIndex(oldNode);
3490 void Document::textNodeSplit(Text* oldNode) argument
3495 (*it)->textNodeSplit(oldNode);
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp619 Node* oldNode = nodeForId(nodeId); local
620 if (!oldNode || !oldNode->isElementNode())
624 RefPtr<Element> newElem = oldNode->document()->createElement(tagName, ec);
629 Element* oldElem = static_cast<Element*>(oldNode);
636 while ((child = oldNode->firstChild()))
640 ContainerNode* parent = oldNode->parentNode();
641 parent->insertBefore(newElem, oldNode->nextSibling(), ec);
642 parent->removeChild(oldNode, ec);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds