Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp553 LayoutSize offsetToBlockBefore; in selectionTopAdjustedForPrecedingBlock() local
554 if (RenderBlock* block = root()->block()->blockBeforeWithinSelectionRoot(offsetToBlockBefore)) { in selectionTopAdjustedForPrecedingBlock()
560 … LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height(); in selectionTopAdjustedForPrecedingBlock()