Searched refs:containerLastChild (Results 1 – 3 of 3) sorted by relevance
125 inline Node* Node::containerLastChild() const in containerLastChild() function
127 Node* lastChild() const { return isContainerNode() ? containerLastChild() : 0; } in lastChild()688 Node* containerLastChild() const;
85212 (WebCore::Node::containerLastChild): ditto