OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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