Searched refs:selectionBottom (Results 1 – 14 of 14) sorted by relevance
409 …int prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + bloc… in selectionTop()425 int RootInlineBox::selectionBottom() const in selectionBottom() function in WebCore::RootInlineBox427 int selectionBottom = m_lineBottom; in selectionBottom() local430 …selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjus… in selectionBottom()433 return selectionBottom; in selectionBottom()436 if (nextTop > selectionBottom && block()->containsFloats()) { in selectionBottom()442 int newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false); in selectionBottom()443 int newRight = block()->logicalRightOffsetForLine(selectionBottom, false); in selectionBottom()445 return selectionBottom; in selectionBottom()
57 int selectionBottom() const;58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); } in selectionHeight()
293 int bottom = root->selectionBottom(); in positionForPoint()339 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
102 int InlineTextBox::selectionBottom() in selectionBottom() function in WebCore::InlineTextBox104 return root()->selectionBottom(); in selectionBottom()824 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintSelection()849 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintCompositionBackground()1011 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintSpellingOrGrammarMarker()1054 …int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom(… in paintTextMatchMarker()
94 int selectionBottom();
484 …if (firstTextBox() && pointBlockDirection < firstTextBox()->root()->selectionBottom() && pointLin… in positionForPoint()501 int bottom = rootBox->selectionBottom(); in positionForPoint()
1099 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
2949 …alTop = blockDirectionOffset(rootBlock, offsetFromRootBlock) + lastSelectedLine->selectionBottom(); in inlineSelectionGaps()2950 … lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()2951 … lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()4184 if (pointInLogicalContents.y() < root->selectionBottom()) { in positionForPointWithInlineChildren()
39388 Account for annotations in selectionTop() and selectionBottom().39392 (WebCore::RootInlineBox::selectionBottom):
17214 …avior. I got rid of the verticalClickFudgeFactor and now just use selectionTop and selectionBottom17218 …and selectionBottom is the right behavior I think. One editing test has been updated after this c…17237 (WebCore::InlineTextBox::selectionBottom):17267 (WebCore::RootInlineBox::selectionBottom):
8396 (WebCore::RootInlineBox::selectionBottom):
50135 (WebCore::RootInlineBox::selectionBottom):
40208 (WebCore::RootInlineBox::selectionBottom):
69548 (WebCore::RootInlineBox::selectionBottom):