Home
last modified time | relevance | path

Searched refs:hasDirectionAuto (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.h78 bool hasDirectionAuto() const;
DHTMLElement.cpp658 bool HTMLElement::hasDirectionAuto() const in hasDirectionAuto() function in WebCore::HTMLElement
666 if (!(selfOrAncestorHasDirAutoAttribute() && hasDirectionAuto())) { in directionalityIfhasDirAutoAttribute()
752 setHasDirAutoFlagRecursively(this, hasDirectionAuto(), strongDirectionalityTextNode); in calculateAndAdjustDirectionality()
754 setHasDirAutoFlagRecursively(root, hasDirectionAuto()); in calculateAndAdjustDirectionality()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp245 if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto()) in canShareStyleWithElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3294 if (isHTMLElement() && toHTMLElement(this)->hasDirectionAuto()) in supportsStyleSharing()