Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2332 const RenderObject* currContainer = this; in offsetFromAncestorContainer() local
2334 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()