Searched refs:currContainer (Results 1 – 1 of 1) sorted by relevance
2332 const RenderObject* currContainer = this; in offsetFromAncestorContainer() local2334 RenderObject* nextContainer = currContainer->container(); in offsetFromAncestorContainer()2338 ASSERT(!currContainer->hasTransform()); in offsetFromAncestorContainer()2339 … LayoutSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint); in offsetFromAncestorContainer()2342 currContainer = nextContainer; in offsetFromAncestorContainer()2343 } while (currContainer != container); in offsetFromAncestorContainer()