Searched refs:selectionTop (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RootInlineBox.cpp | 393 LayoutUnit RootInlineBox::selectionTop() const in selectionTop() function in blink::RootInlineBox 395 LayoutUnit selectionTop = m_lineTop; in selectionTop() local 398 …selectionTop -= !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 …]
|
D | InlineTextBox.cpp | 136 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()
|
D | RootInlineBox.h | 66 LayoutUnit selectionTop() const; 68 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight()
|
D | RenderReplaced.cpp | 199 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()
|
D | InlineTextBox.h | 101 LayoutUnit selectionTop();
|
D | EllipsisBox.cpp | 123 LayoutUnit top = root().selectionTop(); in paintSelection()
|
D | RenderLineBoxList.cpp | 189 …icalTop = std::min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop()); in lineIntersectsDirtyRect()
|
D | RenderListMarker.cpp | 1123 …? inlineBoxWrapper()->logicalBottom() - root.selectionBottom() : root.selectionTop() - inlineBoxWr… in localSelectionRect() 1631 LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); in selectionRectForPaintInvalidation()
|
D | RenderText.cpp | 614 LayoutUnit top = std::min(rootBox.selectionTop(), rootBox.lineTop()); in positionForPoint() 649 int top = box->root().selectionTop(); in localCaretRect()
|
D | RenderBlock.cpp | 2690 …otBoxWithChildrenTop = std::min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBox… in positionForPointWithInlineChildren()
|