Searched defs:ariaOrientation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp3145 const AtomicString& ariaOrientation = getAttribute(aria_orientationAttr); local
3146 if (equalIgnoringCase(ariaOrientation, "horizontal"))
3148 if (equalIgnoringCase(ariaOrientation, "vertical"))

Completed in 102 milliseconds