Home
last modified time | relevance | path

Searched refs:lastNode (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp538 Node* lastNode = m_lastLeafInserted.get(); in positionAtEndOfInsertedContent() local
540 Node* enclosingSelect = enclosingNodeWithTag(firstPositionInOrBeforeNode(lastNode), selectTag); in positionAtEndOfInsertedContent()
542 lastNode = enclosingSelect; in positionAtEndOfInsertedContent()
543 return lastPositionInOrAfterNode(lastNode); in positionAtEndOfInsertedContent()
1260 Node* lastNode = insertionBlock; in insertAsListItems() local
1268 splitTreeToNode(insertPos.deprecatedNode(), lastNode, true); in insertAsListItems()
1276 insertNodeBefore(listItem, lastNode); in insertAsListItems()
1278 insertNodeAfter(listItem, lastNode); in insertAsListItems()
1279 lastNode = listItem.get(); in insertAsListItems()
1284 lastNode = lastNode->previousSibling(); in insertAsListItems()
[all …]
DCompositeEditCommand.cpp782 RefPtr<Node> lastNode = topNode; in cloneParagraphUnderNewElement() local
784 if (start.deprecatedNode() != outerNode && lastNode->isElementNode()) { in cloneParagraphUnderNewElement()
796 appendNode(child, static_cast<Element *>(lastNode.get())); in cloneParagraphUnderNewElement()
797 lastNode = child.release(); in cloneParagraphUnderNewElement()
815 lastNode = topNode->lastChild(); in cloneParagraphUnderNewElement()
818 insertNodeAfter(clonedNode, lastNode); in cloneParagraphUnderNewElement()
819 lastNode = clonedNode.release(); in cloneParagraphUnderNewElement()
/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp1641 HTMLElementStack::ElementRecord* lastNode = furthestBlock; in callTheAdoptionAgency() local
1664 if (lastNode == furthestBlock) in callTheAdoptionAgency()
1667 if (Element* parent = lastNode->element()->parentElement()) in callTheAdoptionAgency()
1668 parent->parserRemoveChild(lastNode->element()); in callTheAdoptionAgency()
1669 node->element()->parserAddChild(lastNode->element()); in callTheAdoptionAgency()
1670 … if (lastNode->element()->parentElement()->attached() && !lastNode->element()->attached()) in callTheAdoptionAgency()
1671 lastNode->element()->lazyAttach(); in callTheAdoptionAgency()
1673 lastNode = node; in callTheAdoptionAgency()
1677 if (Element* parent = lastNode->element()->parentElement()) in callTheAdoptionAgency()
1678 parent->parserRemoveChild(lastNode->element()); in callTheAdoptionAgency()
[all …]
/external/webkit/Source/WebCore/dom/
DPosition.cpp529 Node* lastNode = startNode; in upstream() local
536 if (currentNode != lastNode) { in upstream()
544 lastNode = currentNode; in upstream()
651 Node* lastNode = startNode; in downstream() local
658 if (currentNode != lastNode) { in downstream()
667 lastNode = currentNode; in downstream()
/external/webkit/Source/WebCore/html/
DHTMLElement.cpp808 static void setHasDirAutoFlagRecursively(Node* firstNode, bool flag, Node* lastNode = 0) in setHasDirAutoFlagRecursively() argument
819 if (node == lastNode) in setHasDirAutoFlagRecursively()
825 if (node == lastNode) in setHasDirAutoFlagRecursively()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2039 int lastNode = m_previous; in endElement() local
2044 if (DTM.NULL == lastNode) in endElement()
2047 m_nextsib.setElementAt(DTM.NULL,lastNode); in endElement()
/external/libxml2/include/libxml/
DparserInternals.h565 xmlNodePtr lastNode);
/external/libxml2/
Dparser.c224 xmlNodePtr lastNode);
14109 xmlNodePtr lastNode) in xmlAddEntityReference() argument
14112 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0316913 (KWQValueListImpl::lastNode), (KWQValueListImpl::begin), (KWQValueListImpl::end),
DChangeLog-2005-08-2334073 (KWQValueListImpl::lastNode):