Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.cpp3104 for (RenderObject* currObj2 = obj2; currObj2; currObj2 = currObj2->hoverAncestor()) in commonAncestor() local
3105 if (currObj1 == currObj2) in commonAncestor()