Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DContainerNode.h119 inline Node* Node::containerFirstChild() const in containerFirstChild() function
DNode.h126 Node* firstChild() const { return isContainerNode() ? containerFirstChild() : 0; } in firstChild()
687 Node* containerFirstChild() const;
/external/webkit/WebCore/
DChangeLog-2009-06-1685211 (WebCore::Node::containerFirstChild): ditto