Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h126 …bool childrenAffectedByPositionalRules() const { return hasRestyleFlag(ChildrenAffectedByForwardPo… in childrenAffectedByPositionalRules() function
DContainerNode.cpp1271 if (needsStyleRecalc() && childrenAffectedByPositionalRules()) in checkForSiblingStyleChanges()