Home
last modified time | relevance | path

Searched refs:newLogicalTop (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp639 LayoutUnit newLogicalTop = curr->logicalTop(); in placeBoxesInBlockDirection() local
640 LayoutUnit newLogicalTopIncludingMargins = newLogicalTop; in placeBoxesInBlockDirection()
646newLogicalTop += curr->baselinePosition(baselineType) - fontMetrics.ascent(baselineType); in placeBoxesInBlockDirection()
649newLogicalTop -= boxObject->style(isFirstLineStyle())->isHorizontalWritingMode() ? boxObject->bord… in placeBoxesInBlockDirection()
652 newLogicalTopIncludingMargins = newLogicalTop; in placeBoxesInBlockDirection()
655 newLogicalTopIncludingMargins = newLogicalTop; in placeBoxesInBlockDirection()
658 newLogicalTop += overSideMargin; in placeBoxesInBlockDirection()
662 curr->setLogicalTop(newLogicalTop); in placeBoxesInBlockDirection()
678newLogicalTop += !renderer()->style()->isFlippedLinesWritingMode() ? topRubyBaseLeading : bottomRu… in placeBoxesInBlockDirection()
695 lineTop = newLogicalTop; in placeBoxesInBlockDirection()
[all …]
DRenderBlockFlow.cpp1633 LayoutUnit newLogicalTop = logicalTop; in getClearDelta() local
1635 …lableLogicalWidthAtNewLogicalTopOffset = availableLogicalWidthForLine(newLogicalTop, false, logica… in getClearDelta()
1636 … if (availableLogicalWidthAtNewLogicalTopOffset == availableLogicalWidthForContent(newLogicalTop)) in getClearDelta()
1637 return newLogicalTop - logicalTop; in getClearDelta()
1649 child->setLogicalTop(newLogicalTop); in getClearDelta()
1666 return newLogicalTop - logicalTop; in getClearDelta()
1669 newLogicalTop = nextFloatLogicalBottomBelow(newLogicalTop); in getClearDelta()
1670 ASSERT(newLogicalTop >= logicalTop); in getClearDelta()
1671 if (newLogicalTop < logicalTop) in getClearDelta()
2213 … LayoutUnit newLogicalTop = adjustForUnsplittableChild(childBox, floatLogicalLocation.y(), true); in positionNewFloats() local
[all …]
DRenderReplaced.cpp574 …LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapp… in localSelectionRect() local
576 return LayoutRect(0, newLogicalTop, width(), root->selectionHeight()); in localSelectionRect()
577 return LayoutRect(newLogicalTop, 0, root->selectionHeight(), height()); in localSelectionRect()
DRenderListMarker.cpp1120 …LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapp… in localSelectionRect() local
1122 return LayoutRect(0, newLogicalTop, width(), root->selectionHeight()); in localSelectionRect()
1123 return LayoutRect(newLogicalTop, 0, root->selectionHeight(), height()); in localSelectionRect()