Searched refs:lastNode (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | ReplaceSelectionCommand.cpp | 538 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 …]
|
D | CompositeEditCommand.cpp | 782 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/ |
D | HTMLTreeBuilder.cpp | 1641 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/ |
D | Position.cpp | 529 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/ |
D | HTMLElement.cpp | 808 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/ |
D | SAX2DTM.java | 2039 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/ |
D | parserInternals.h | 565 xmlNodePtr lastNode);
|
/external/libxml2/ |
D | parser.c | 224 xmlNodePtr lastNode); 14109 xmlNodePtr lastNode) in xmlAddEntityReference() argument 14112 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 16913 (KWQValueListImpl::lastNode), (KWQValueListImpl::begin), (KWQValueListImpl::end),
|
D | ChangeLog-2005-08-23 | 34073 (KWQValueListImpl::lastNode):
|