Home
last modified time | relevance | path

Searched refs:selfOrAncestorHasDirAutoAttribute (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLElement.cpp815 if (node->selfOrAncestorHasDirAutoAttribute() == flag) in setHasDirAutoFlagRecursively()
839 … if (!(selfOrAncestorHasDirAutoAttribute() && equalIgnoringCase(getAttribute(dirAttr), "auto"))) { in directionalityIfhasDirAutoAttribute()
887 if (parent && parent->isHTMLElement() && parent->selfOrAncestorHasDirAutoAttribute()) in dirAttributeChanged()
896 ASSERT(selfOrAncestorHasDirAutoAttribute()); in adjustDirectionalityIfNeededAfterChildAttributeChanged()
932 if (!selfOrAncestorHasDirAutoAttribute()) in adjustDirectionalityIfNeededAfterChildrenChanged()
/external/webkit/Source/WebCore/dom/
DNode.h232 bool selfOrAncestorHasDirAutoAttribute() const { return getFlag(SelfOrAncestorHasDirAutoFlag); } in selfOrAncestorHasDirAutoAttribute() function
/external/webkit/Source/WebCore/
DChangeLog64304 (WebCore::Node::selfOrAncestorHasDirAutoAttribute):