selectionTopAdjustedForPrecedingBlock 132 Source/core/rendering/EllipsisBox.cpp return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock())); selectionTopAdjustedForPrecedingBlock 860 Source/core/rendering/InlineTextBox.cpp LayoutUnit selectionTop = root().selectionTopAdjustedForPrecedingBlock(); selectionTopAdjustedForPrecedingBlock 2626 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit selTop = curr->selectionTopAdjustedForPrecedingBlock(); selectionTopAdjustedForPrecedingBlock 70 Source/core/rendering/RootInlineBox.h LayoutUnit selectionTopAdjustedForPrecedingBlock() const; selectionTopAdjustedForPrecedingBlock 71 Source/core/rendering/RootInlineBox.h LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); }