Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp695 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()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h304 bool selfOrAncestorHasDirAutoAttribute() const { return getFlag(SelfOrAncestorHasDirAutoFlag); } in selfOrAncestorHasDirAutoAttribute() function