HomeSort by relevance Sort by last modified time
    Searched refs:oldNode (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/dom/
Range.cpp     [all...]
Range.h 122 void textNodesMerged(NodeWithIndex& oldNode, unsigned offset);
123 void textNodeSplit(Text* oldNode);
Document.h 714 void textNodesMerged(Text* oldNode, unsigned offset);
715 void textNodeSplit(Text* oldNode);
    [all...]
Document.cpp     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java 437 private Element duplicateNode(Element newRootNode, Element oldNode,
441 // newRoot.appendChild(newDoc.importNode(oldNode, deep=true))
449 String nodeName = oldNode.getNodeName();
462 NamedNodeMap attrs = oldNode.getAttributes();
487 for (Node child = oldNode.getFirstChild(); child != null; child = child.getNextSibling()) {
  /external/webkit/Source/WebCore/inspector/
InspectorDOMAgent.cpp 619 Node* oldNode = nodeForId(nodeId);
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);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 543 int oldNode = vec.elementAt(index);
544 if (oldNode != node && m_cache.useCount() > 1) {
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 183 * 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) {
190 for (EscapeSet e : oldNode.parentSets) {
191 e.childSets.remove(oldNode);
195 for (EscapeSet e : oldNode.childSets) {
196 e.parentSets.remove(oldNode);
    [all...]
  /external/libxslt/libxslt/
templates.c 121 xmlNodePtr oldNode;
127 oldNode = ctxt->node;
157 ctxt->node = oldNode;
xsltutils.c 966 xmlNodePtr oldNode;
999 oldNode = ctxt->node;
1062 ctxt->node = oldNode;
    [all...]
pattern.c 548 xmlNodePtr oldnode; local
552 oldnode = ctxt->xpathCtxt->node;
561 ctxt->xpathCtxt->node = oldnode;
848 xmlNodePtr oldNode;
1113 oldNode = ctxt->node;
1129 ctxt->node = oldNode;
1136 ctxt->node = oldNode;
    [all...]
transform.c     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 679 RefPtr<WebCore::Node> oldNode;
682 oldNode = focusedDocument->focusedNode();
704 if (newNode && oldNode != newNode)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 204 milliseconds