OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDescendantOfElementType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.h
218
bool
isDescendantOfElementType
(const QualifiedName& tagName) const;
AccessibilityRenderObject.cpp
444
if (node && node->hasTagName(headerTag) && !
isDescendantOfElementType
(articleTag) && !
isDescendantOfElementType
(sectionTag))
446
if (node && node->hasTagName(footerTag) && !
isDescendantOfElementType
(articleTag) && !
isDescendantOfElementType
(sectionTag))
[
all
...]
Completed in 492 milliseconds