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 212 bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
AXRenderObject.cpp 407 if (node && node->hasTagName(headerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
409 if (node && node->hasTagName(footerTag) && !isDescendantOfElementType(articleTag) && !isDescendantOfElementType(sectionTag))
    [all...]

Completed in 491 milliseconds