Searched refs:currObj1 (Results 1 – 1 of 1) sorted by relevance
4978 for (RenderObject* currObj1 = obj1; currObj1; currObj1 = currObj1->hoverAncestor()) { in nearestCommonHoverAncestor() local4980 if (currObj1 == currObj2) in nearestCommonHoverAncestor()4981 return currObj1; in nearestCommonHoverAncestor()