selectionTop 149 Source/core/rendering/EllipsisBox.cpp LayoutUnit top = root().selectionTop(); selectionTop 127 Source/core/rendering/InlineTextBox.cpp return root().selectionTop(); selectionTop 205 Source/core/rendering/InlineTextBox.cpp LayoutUnit selTop = selectionTop(); selectionTop 860 Source/core/rendering/InlineTextBox.cpp LayoutUnit selectionTop = root().selectionTopAdjustedForPrecedingBlock(); selectionTop 862 Source/core/rendering/InlineTextBox.cpp int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop); selectionTop 863 Source/core/rendering/InlineTextBox.cpp int selHeight = max(0, roundToInt(selectionBottom - selectionTop)); selectionTop 889 Source/core/rendering/InlineTextBox.cpp int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); selectionTop 1233 Source/core/rendering/InlineTextBox.cpp int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); selectionTop 1276 Source/core/rendering/InlineTextBox.cpp int deltaY = renderer().style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); selectionTop 1284 Source/core/rendering/InlineTextBox.cpp IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop()), selHeight, sPos, ePos)); selectionTop 104 Source/core/rendering/InlineTextBox.h LayoutUnit selectionTop(); selectionTop 3039 Source/core/rendering/RenderBlock.cpp LayoutUnit firstRootBoxWithChildrenTop = min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBoxWithChildren->logicalTop()); selectionTop 190 Source/core/rendering/RenderLineBoxList.cpp LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop()); selectionTop 1120 Source/core/rendering/RenderListMarker.cpp LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop(); selectionTop 1840 Source/core/rendering/RenderListMarker.cpp LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); selectionTop 201 Source/core/rendering/RenderReplaced.cpp LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop(); selectionTop 537 Source/core/rendering/RenderReplaced.cpp LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop(); selectionTop 584 Source/core/rendering/RenderReplaced.cpp LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop(); selectionTop 631 Source/core/rendering/RenderText.cpp LayoutUnit top = min(rootBox.selectionTop(), rootBox.lineTop()); selectionTop 666 Source/core/rendering/RenderText.cpp int top = box->root().selectionTop(); selectionTop 404 Source/core/rendering/RootInlineBox.cpp LayoutUnit selectionTop = m_lineTop; selectionTop 407 Source/core/rendering/RootInlineBox.cpp selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop); selectionTop 410 Source/core/rendering/RootInlineBox.cpp return selectionTop; selectionTop 413 Source/core/rendering/RootInlineBox.cpp if (prevBottom < selectionTop && block().containsFloats()) { selectionTop 419 Source/core/rendering/RootInlineBox.cpp LayoutUnit newLeft = block().logicalLeftOffsetForLine(selectionTop, false); selectionTop 420 Source/core/rendering/RootInlineBox.cpp LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false); selectionTop 422 Source/core/rendering/RootInlineBox.cpp return selectionTop; selectionTop 430 Source/core/rendering/RootInlineBox.cpp LayoutUnit top = selectionTop(); selectionTop 461 Source/core/rendering/RootInlineBox.cpp LayoutUnit nextTop = nextRootBox()->selectionTop(); selectionTop 479 Source/core/rendering/RootInlineBox.cpp return !block().style()->isFlippedBlocksWritingMode() ? max(lineTop(), selectionTop()) : min(lineBottom(), selectionBottom()); selectionTop 66 Source/core/rendering/RootInlineBox.h LayoutUnit selectionTop() const; selectionTop 68 Source/core/rendering/RootInlineBox.h LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }