Searched refs:selfOrAncestorHasDirAutoAttribute (Results 1 – 3 of 3) sorted by relevance
815 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()
232 bool selfOrAncestorHasDirAutoAttribute() const { return getFlag(SelfOrAncestorHasDirAutoFlag); } in selfOrAncestorHasDirAutoAttribute() function
64304 (WebCore::Node::selfOrAncestorHasDirAutoAttribute):