isDescendantOfElementType  398 Source/core/accessibility/AXRenderObject.cpp     if (node && node->hasTagName(headerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
isDescendantOfElementType  400 Source/core/accessibility/AXRenderObject.cpp     if (node && node->hasTagName(footerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
isDescendantOfElementType  215 Source/core/accessibility/AXRenderObject.h     bool isDescendantOfElementType(const QualifiedName& tagName) const;