Searched defs:lastDescendant (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp78 CounterNode* CounterNode::lastDescendant() const function in class:WebCore::CounterNode
/external/webkit/Source/WebCore/dom/
H A DNode.cpp620 Node *Node::lastDescendant() const function in class:WebCore::Node
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp528 Node* lastDescendant = node->lastDescendant(); local
532 && (range->startContainer() != lastDescendant || range->startOffset() != lastOffsetInNode(lastDescendant)));
1632 Node* lastLeafNode = node->lastDescendant();

Completed in 1150 milliseconds