HomeSort by relevance Sort by last modified time
    Searched defs:selectionBottom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 535 LayoutUnit prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + block()->paddingBefore();
566 LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height();
574 LayoutUnit RootInlineBox::selectionBottom() const
576 LayoutUnit selectionBottom = m_lineBottom;
579 selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
582 return selectionBottom;
585 if (nextTop > selectionBottom && block()->containsFloats()) {
591 LayoutUnit newLeft = block()->logicalLeftOffsetForLine(selectionBottom, false);
592 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionBottom, false);
594 return selectionBottom;
    [all...]
InlineTextBox.cpp 126 LayoutUnit InlineTextBox::selectionBottom()
128 return root()->selectionBottom();
    [all...]

Completed in 34 milliseconds