Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3399 InlineBox* logicallyLastBox; in positionForPointWithInlineChildren() local
3400 if (lastRootBoxWithChildren->getLogicalEndBoxWithNode(logicallyLastBox)) in positionForPointWithInlineChildren()
3401 return PositionWithAffinity(positionForBox(logicallyLastBox, false), DOWNSTREAM); in positionForPointWithInlineChildren()