Searched refs:selectionBottom (Results 1 – 10 of 10) sorted by relevance
71 LayoutUnit selectionBottom() const;72 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight()75 …nHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selection… in selectionHeightAdjustedForPrecedingBlock()
529 …LayoutUnit prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore()… in selectionTop()560 … LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height(); in selectionTopAdjustedForPrecedingBlock()568 LayoutUnit RootInlineBox::selectionBottom() const in selectionBottom() function in WebCore::RootInlineBox570 LayoutUnit selectionBottom = m_lineBottom; in selectionBottom() local573 …selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjus… in selectionBottom()576 return selectionBottom; in selectionBottom()579 if (nextTop > selectionBottom && block()->containsFloats()) { in selectionBottom()585 LayoutUnit newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false); in selectionBottom()586 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionBottom, false); in selectionBottom()588 return selectionBottom; in selectionBottom()[all …]
151 LayoutUnit selectionBottom = root()->selectionBottom(); in paintSelection() local154 …ltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBott… in paintSelection()
130 LayoutUnit InlineTextBox::selectionBottom() in selectionBottom() function in WebCore::InlineTextBox132 return root()->selectionBottom(); in selectionBottom()851 LayoutUnit selectionBottom = root()->selectionBottom(); in paintSelection() local854 …int deltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logic… in paintSelection()855 int selHeight = max(0, roundToInt(selectionBottom - selectionTop)); in paintSelection()881 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintCompositionBackground()1219 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintDocumentMarker()1262 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintTextMatchMarker()
528 LayoutUnit bottom = rootBox ? rootBox->selectionBottom() : logicalBottom(); in positionForPoint()574 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
105 LayoutUnit selectionBottom();
2508 …alTop = rootBlock->blockDirectionOffset(offsetFromRootBlock) + lastSelectedLine->selectionBottom(); in inlineSelectionGaps()2509 … lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()2510 … lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
1120 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
631 LayoutUnit bottom = rootBox->selectionBottom(); in positionForPoint()
3349 …InLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalContents.y()… in positionForPointWithInlineChildren()