Home
last modified time | relevance | path

Searched refs:selectionBottom (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h71 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()
DRootInlineBox.cpp529 …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::RootInlineBox
570 LayoutUnit selectionBottom = m_lineBottom; in selectionBottom() local
573selectionBottom += !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 …]
DEllipsisBox.cpp151 LayoutUnit selectionBottom = root()->selectionBottom(); in paintSelection() local
154 …ltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBott… in paintSelection()
DInlineTextBox.cpp130 LayoutUnit InlineTextBox::selectionBottom() in selectionBottom() function in WebCore::InlineTextBox
132 return root()->selectionBottom(); in selectionBottom()
851 LayoutUnit selectionBottom = root()->selectionBottom(); in paintSelection() local
854 …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()
DRenderReplaced.cpp528 LayoutUnit bottom = rootBox ? rootBox->selectionBottom() : logicalBottom(); in positionForPoint()
574 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
DInlineTextBox.h105 LayoutUnit selectionBottom();
DRenderBlockFlow.cpp2508 …alTop = rootBlock->blockDirectionOffset(offsetFromRootBlock) + lastSelectedLine->selectionBottom(); in inlineSelectionGaps()
2509 … lastLogicalLeft = logicalLeftSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
2510 … lastLogicalRight = logicalRightSelectionOffset(rootBlock, lastSelectedLine->selectionBottom()); in inlineSelectionGaps()
DRenderListMarker.cpp1120 …pedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->sel… in localSelectionRect()
DRenderText.cpp631 LayoutUnit bottom = rootBox->selectionBottom(); in positionForPoint()
DRenderBlock.cpp3349 …InLogicalContents.y() < root->selectionBottom() || (blocksAreFlipped && pointInLogicalContents.y()… in positionForPointWithInlineChildren()