Searched refs:lastTreeScope (Results 1 – 2 of 2) sorted by relevance
200 static inline bool movedFromOlderToYounger(const TreeScope& lastTreeScope, const TreeScope& current… in movedFromOlderToYounger() argument202 Node* rootNode = lastTreeScope.rootNode(); in movedFromOlderToYounger()206 static inline bool movedFromYoungerToOlder(const TreeScope& lastTreeScope, const TreeScope& current… in movedFromYoungerToOlder() argument208 Node* rootNode = lastTreeScope.rootNode(); in movedFromYoungerToOlder()213 static inline bool movedFromChildToParent(const TreeScope& lastTreeScope, const TreeScope& currentT… in movedFromChildToParent() argument215 return lastTreeScope.parentTreeScope() == ¤tTreeScope; in movedFromChildToParent()218 static inline bool movedFromParentToChild(const TreeScope& lastTreeScope, const TreeScope& currentT… in movedFromParentToChild() argument220 return currentTreeScope.parentTreeScope() == &lastTreeScope; in movedFromParentToChild()226 const TreeScope* lastTreeScope = 0; in calculateAdjustedTargets() local234 } else if (*lastTreeScope != currentTreeScope && !isSVGElement) { in calculateAdjustedTargets()[all …]
128 TreeScope* lastTreeScope = 0; in calculateAdjustedNodes() local133 if (scope == lastTreeScope) { in calculateAdjustedNodes()140 lastTreeScope = scope; in calculateAdjustedNodes()159 TreeScope* lastTreeScope = 0; in buildRelatedNodeMap() local163 if (treeScope != lastTreeScope) in buildRelatedNodeMap()165 lastTreeScope = treeScope; in buildRelatedNodeMap()