Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderObject.cpp1858 const RenderObject* currContainer = this; in offsetFromAncestorContainer() local
1860 RenderObject* nextContainer = currContainer->container(); in offsetFromAncestorContainer()
1864 ASSERT(!currContainer->hasTransform()); in offsetFromAncestorContainer()
1865 offset += currContainer->offsetFromContainer(nextContainer); in offsetFromAncestorContainer()
1866 currContainer = nextContainer; in offsetFromAncestorContainer()
1867 } while (currContainer != container); in offsetFromAncestorContainer()