Home
last modified time | relevance | path

Searched refs:containerLastChild (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DContainerNode.h125 inline Node* Node::containerLastChild() const in containerLastChild() function
DNode.h127 Node* lastChild() const { return isContainerNode() ? containerLastChild() : 0; } in lastChild()
688 Node* containerLastChild() const;
/external/webkit/WebCore/
DChangeLog-2009-06-1685212 (WebCore::Node::containerLastChild): ditto