Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp393 LayoutUnit RootInlineBox::selectionTop() const in selectionTop() function in blink::RootInlineBox
395 LayoutUnit selectionTop = m_lineTop; in selectionTop() local
398selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment… in selectionTop()
401 return selectionTop; in selectionTop()
404 if (prevBottom < selectionTop && block().containsFloats()) { in selectionTop()
410 LayoutUnit newLeft = block().logicalLeftOffsetForLine(selectionTop, false); in selectionTop()
411 LayoutUnit newRight = block().logicalRightOffsetForLine(selectionTop, false); in selectionTop()
413 return selectionTop; in selectionTop()
421 LayoutUnit top = selectionTop(); in selectionTopAdjustedForPrecedingBlock()
454 LayoutUnit nextTop = nextRootBox()->selectionTop(); in selectionBottom()
[all …]
DInlineTextBox.cpp136 LayoutUnit InlineTextBox::selectionTop() in selectionTop() function in blink::InlineTextBox
138 return root().selectionTop(); in selectionTop()
216 LayoutUnit selTop = selectionTop(); in localSelectionRect()
626 LayoutUnit selectionTop = root().selectionTopAdjustedForPrecedingBlock(); in paintSelection() local
628 …()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop); in paintSelection()
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop)); in paintSelection()
659 …>isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); in paintSingleCompositionBackgroundRun()
977 …>isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); in paintDocumentMarker()
1020 …>isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop(); in paintTextMatchMarker()
1028 …IntRect markerRect = enclosingIntRect(font.selectionRectForText(run, IntPoint(x(), selectionTop())… in paintTextMatchMarker()
DRootInlineBox.h66 LayoutUnit selectionTop() const;
68 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight()
DRenderReplaced.cpp199 LayoutUnit selTop = paintOffset.y() + inlineBoxWrapper()->root().selectionTop(); in shouldPaint()
477 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop(); in positionForPoint()
520 …? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWr… in localSelectionRect()
DInlineTextBox.h101 LayoutUnit selectionTop();
DEllipsisBox.cpp123 LayoutUnit top = root().selectionTop(); in paintSelection()
DRenderLineBoxList.cpp189 …icalTop = std::min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop()); in lineIntersectsDirtyRect()
DRenderListMarker.cpp1123 …? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWr… in localSelectionRect()
1631 LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); in selectionRectForPaintInvalidation()
DRenderText.cpp614 LayoutUnit top = std::min(rootBox.selectionTop(), rootBox.lineTop()); in positionForPoint()
649 int top = box->root().selectionTop(); in localCaretRect()
DRenderBlock.cpp2690 …otBoxWithChildrenTop = std::min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBox… in positionForPointWithInlineChildren()