Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBDIElement.h37 setSelfOrAncestorHasDirAutoAttribute(true); in HTMLBDIElement()
DHTMLElement.cpp645 firstNode->setSelfOrAncestorHasDirAutoAttribute(flag); in setHasDirAutoFlagRecursively()
656 node->setSelfOrAncestorHasDirAutoAttribute(flag); in setHasDirAutoFlagRecursively()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h300 …void setSelfOrAncestorHasDirAutoAttribute(bool flag) { setFlag(flag, SelfOrAncestorHasDirAutoFlag)… in setSelfOrAncestorHasDirAutoAttribute() function