Home | History | Annotate | Download | only in rendering

Lines Matching refs:selectionBottom

409     int prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + block()->paddingBefore();
425 int RootInlineBox::selectionBottom() const
427 int selectionBottom = m_lineBottom;
430 selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
433 return selectionBottom;
436 if (nextTop > selectionBottom && block()->containsFloats()) {
442 int newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false);
443 int newRight = block()->logicalRightOffsetForLine(selectionBottom, false);
445 return selectionBottom;