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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2142 const RenderObject* currContainer = this; local
2144 const RenderObject* nextContainer = currContainer->container();
2148 ASSERT(!currContainer->hasTransform());
2149 LayoutSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint);
2152 currContainer = nextContainer;
2153 } while (currContainer != container);

Completed in 58 milliseconds