Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp107 Node* shadowAncestorB = nodeB->shadowAncestorNode(); in comparePositions() local
108 if (shadowAncestorB == nodeB) in comparePositions()
109 shadowAncestorB = 0; in comparePositions()
112 if (shadowAncestorA != shadowAncestorB) { in comparePositions()
118 if (shadowAncestorB) { in comparePositions()
119 nodeB = shadowAncestorB; in comparePositions()