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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 148 LayoutUnit selectionBottom = root().selectionBottom();
151 const int deltaY = roundToInt(renderer().style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - top);
RootInlineBox.h 67 LayoutUnit selectionBottom() const;
68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
71 LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); }
RootInlineBox.cpp 412 LayoutUnit prevBottom = prevRootBox()->selectionBottom();
443 LayoutUnit lastLineSelectionBottom = lastLine->selectionBottom() + offsetToBlockBefore.height();
451 LayoutUnit RootInlineBox::selectionBottom() const
453 LayoutUnit selectionBottom = m_lineBottom;
456 selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
459 return selectionBottom;
462 if (nextTop > selectionBottom && block().containsFloats()) {
468 LayoutUnit newLeft = block().logicalLeftOffsetForLine(selectionBottom, false);
469 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionBottom, false);
471 return selectionBottom;
    [all...]
InlineTextBox.cpp 133 LayoutUnit InlineTextBox::selectionBottom()
135 return root().selectionBottom();
    [all...]
InlineTextBox.h 105 LayoutUnit selectionBottom();
RenderReplaced.cpp 512 LayoutUnit bottom = rootBox ? rootBox->selectionBottom() : logicalBottom();
558 LayoutUnit newLogicalTop = root.block().style()->isFlippedBlocksWritingMode() ? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWrapper()->logicalTop();
RenderBlockFlow.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderText.cpp 616 LayoutUnit bottom = rootBox.selectionBottom();
    [all...]
RenderBlock.cpp     [all...]

Completed in 285 milliseconds