Searched refs:lastDescendant (Results 1 – 9 of 9) sorted by relevance
63 CounterNode* lastDescendant() const;
123 CounterNode* CounterNode::lastDescendant() const in lastDescendant() function in WebCore::CounterNode
434 …for (RefPtr<CounterNode> child = node->lastDescendant(); child && child != node; child = previous)… in destroyCounterNodeWithoutMapRemoval()
69 …stLeafInserted() const { ASSERT(m_lastNodeInserted); return m_lastNodeInserted->lastDescendant(); } in lastLeafInserted()
527 Node& n = node->lastDescendant(); in handleGeneralDelete()
1463 m_endOfInsertedContent = lastPositionInOrAfterNode(&node->lastDescendant()); in updateNodesInserted()
1011 node = child ? child : &node->lastDescendant(); in nextLinePosition()
220 Node& lastDescendant() const;
388 Node& Node::lastDescendant() const in lastDescendant() function in WebCore::Node