Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp4192 InlineBox* logicallyLastBox; in positionForPointWithInlineChildren() local
4193 if (lastRootBoxWithChildren->getLogicalEndBoxWithNode(logicallyLastBox)) in positionForPointWithInlineChildren()
4194 return VisiblePosition(positionForBox(logicallyLastBox, false), DOWNSTREAM); in positionForPointWithInlineChildren()