Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2334 RenderObject* nextContainer = currContainer->container(); in offsetFromAncestorContainer() local
2335 ASSERT(nextContainer); // This means we reached the top without finding container. in offsetFromAncestorContainer()
2336 if (!nextContainer) in offsetFromAncestorContainer()
2339 … LayoutSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint); in offsetFromAncestorContainer()
2342 currContainer = nextContainer; in offsetFromAncestorContainer()