Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h134 …bool childrenAffectedByDirectAdjacentRules() const { return hasRestyleFlag(ChildrenAffectedByDirec… in childrenAffectedByDirectAdjacentRules() function
DContainerNode.cpp1241 bool hasDirectAdjacentRules = childrenAffectedByDirectAdjacentRules(); in checkForChildrenAdjacentRuleChanges()
1337 if (childrenAffectedByDirectAdjacentRules() && nodeAfterChange) { in checkForSiblingStyleChanges()