Searched refs:ariaExpanded (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp3254 const AtomicString& ariaExpanded = getAttribute(aria_expandedAttr); local
3255 return equalIgnoringCase(ariaExpanded, "true") || equalIgnoringCase(ariaExpanded, "false");

Completed in 64 milliseconds