Searched defs:firstElementChild (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DElement.h286 Element* firstElementChild() const;
536 inline Element* firstElementChild(const ContainerNode* container) function in namespace:WebCore
H A DElement.cpp1720 Element* Element::firstElementChild() const function in class:WebCore::Element
1722 return WebCore::firstElementChild(this);

Completed in 182 milliseconds