Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1967 RenderObject* nextContainer = currContainer->container(); in offsetFromAncestorContainer() local
1968 ASSERT(nextContainer); // This means we reached the top without finding container. in offsetFromAncestorContainer()
1969 if (!nextContainer) in offsetFromAncestorContainer()
1972 IntSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint); in offsetFromAncestorContainer()
1975 currContainer = nextContainer; in offsetFromAncestorContainer()