Home
last modified time | relevance | path

Searched refs:lastDescendant (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCounterNode.h63 CounterNode* lastDescendant() const;
DCounterNode.cpp123 CounterNode* CounterNode::lastDescendant() const in lastDescendant() function in WebCore::CounterNode
DRenderCounter.cpp434 …for (RefPtr<CounterNode> child = node->lastDescendant(); child && child != node; child = previous)… in destroyCounterNodeWithoutMapRemoval()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h69 …stLeafInserted() const { ASSERT(m_lastNodeInserted); return m_lastNodeInserted->lastDescendant(); } in lastLeafInserted()
DDeleteSelectionCommand.cpp527 Node& n = node->lastDescendant(); in handleGeneralDelete()
DReplaceSelectionCommand.cpp1463 m_endOfInsertedContent = lastPositionInOrAfterNode(&node->lastDescendant()); in updateNodesInserted()
DVisibleUnits.cpp1011 node = child ? child : &node->lastDescendant(); in nextLinePosition()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h220 Node& lastDescendant() const;
DNode.cpp388 Node& Node::lastDescendant() const in lastDescendant() function in WebCore::Node