Searched refs:selfOrAncestorHasDirAutoAttribute (Results 1 – 2 of 2) sorted by relevance
695 if (node->selfOrAncestorHasDirAutoAttribute() == flag) in setHasDirAutoFlagRecursively()725 if (!(selfOrAncestorHasDirAutoAttribute() && hasDirectionAuto())) { in directionalityIfhasDirAutoAttribute()792 if (parent && parent->isHTMLElement() && parent->selfOrAncestorHasDirAutoAttribute()) in dirAttributeChanged()801 ASSERT(selfOrAncestorHasDirAutoAttribute()); in adjustDirectionalityIfNeededAfterChildAttributeChanged()837 if (!selfOrAncestorHasDirAutoAttribute()) in adjustDirectionalityIfNeededAfterChildrenChanged()
304 bool selfOrAncestorHasDirAutoAttribute() const { return getFlag(SelfOrAncestorHasDirAutoFlag); } in selfOrAncestorHasDirAutoAttribute() function