Home | History | Annotate | Download | only in rendering

Lines Matching refs:hoverAncestor

3785     for (RenderObject* currObj1 = obj1; currObj1; currObj1 = currObj1->hoverAncestor())
3786 for (RenderObject* currObj2 = obj2; currObj2; currObj2 = currObj2->hoverAncestor())
3848 for (RenderObject* curr = oldHoverObj; curr && curr != ancestor; curr = curr->hoverAncestor()) {
3855 for (RenderObject* curr = newHoverObj; curr; curr = curr->hoverAncestor()) {