HomeSort by relevance Sort by last modified time
    Searched defs:firstElementChild (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ParentNode.h 45 static Element* firstElementChild(ContainerNode* node)
47 return node->firstElementChild();
ContainerNode.cpp 867 Element* ContainerNode::firstElementChild() const

Completed in 434 milliseconds