hasDirectionAuto  241 Source/core/css/resolver/SharedStyleFinder.cpp     if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto())
hasDirectionAuto 3342 Source/core/dom/Element.cpp     if (isHTMLElement() && toHTMLElement(this)->hasDirectionAuto())
hasDirectionAuto  679 Source/core/html/HTMLElement.cpp     if (!(selfOrAncestorHasDirAutoAttribute() && hasDirectionAuto())) {
hasDirectionAuto   78 Source/core/html/HTMLElement.h     bool hasDirectionAuto() const;