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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 211 bool isDescendantOfElementType(const QualifiedName& tagName) const;
AXRenderObject.cpp 401 if (node && node->hasTagName(headerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
403 if (node && node->hasTagName(footerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
    [all...]

Completed in 344 milliseconds