Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DEventPath.cpp200 static inline bool movedFromOlderToYounger(const TreeScope& lastTreeScope, const TreeScope& current… in movedFromOlderToYounger() argument
202 Node* rootNode = lastTreeScope.rootNode(); in movedFromOlderToYounger()
206 static inline bool movedFromYoungerToOlder(const TreeScope& lastTreeScope, const TreeScope& current… in movedFromYoungerToOlder() argument
208 Node* rootNode = lastTreeScope.rootNode(); in movedFromYoungerToOlder()
213 static inline bool movedFromChildToParent(const TreeScope& lastTreeScope, const TreeScope& currentT… in movedFromChildToParent() argument
215 return lastTreeScope.parentTreeScope() == &currentTreeScope; in movedFromChildToParent()
218 static inline bool movedFromParentToChild(const TreeScope& lastTreeScope, const TreeScope& currentT… in movedFromParentToChild() argument
220 return currentTreeScope.parentTreeScope() == &lastTreeScope; in movedFromParentToChild()
226 const TreeScope* lastTreeScope = 0; in calculateAdjustedTargets() local
234 } else if (*lastTreeScope != currentTreeScope && !isSVGElement) { in calculateAdjustedTargets()
[all …]
DEventRetargeter.cpp128 TreeScope* lastTreeScope = 0; in calculateAdjustedNodes() local
133 if (scope == lastTreeScope) { in calculateAdjustedNodes()
140 lastTreeScope = scope; in calculateAdjustedNodes()
159 TreeScope* lastTreeScope = 0; in buildRelatedNodeMap() local
163 if (treeScope != lastTreeScope) in buildRelatedNodeMap()
165 lastTreeScope = treeScope; in buildRelatedNodeMap()