Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4978 for (RenderObject* currObj1 = obj1; currObj1; currObj1 = currObj1->hoverAncestor()) { in nearestCommonHoverAncestor() local
4980 if (currObj1 == currObj2) in nearestCommonHoverAncestor()
4981 return currObj1; in nearestCommonHoverAncestor()