Home
last modified time | relevance | path

Searched defs:logicalHeight (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMeter.cpp60 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExte… in computeLogicalHeight()
DRenderSliderContainer.cpp66 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, L… in computeLogicalHeight()
DRenderTextControl.cpp128 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, Logic… in computeLogicalHeight()
DFloatingObjects.cpp396 …Objects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalLeftOffset()
404 …bjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalRightOffset()
DRenderMultiColumnFlowThread.cpp259 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logical… in computeLogicalHeight()
DRenderInline.cpp594 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
609 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
627 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
1025 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox.lineBottom()) - … in linesVisualOverflowBoundingBox() local
DRenderBox.cpp531 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsic… in constrainLogicalHeightByMinMax()
542 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit… in constrainContentBoxLogicalHeightByMinMax()
996 void RenderBox::setOverrideContainingBlockContentLogicalHeight(LayoutUnit logicalHeight) in setOverrideContainingBlockContentLogicalHeight()
2220 void RenderBox::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtent… in computeLogicalHeight()
2317 …LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHe… in computeLogicalHeightUsing() local
2535 …Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeig… in logicalHeightComputesAsNone() local
3200 LayoutUnit logicalHeight = computedValues.m_extent; in computePositionedLogicalHeight() local
3267 … LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, in computePositionedLogicalHeightUsing()
DRenderReplaced.cpp364 LayoutUnit logicalHeight = computeReplacedLogicalHeight(); in computeReplacedLogicalWidth() local
DRenderTableSection.h132 Length logicalHeight; member
DInlineBox.cpp120 float InlineBox::logicalHeight() const in logicalHeight() function in blink::InlineBox
DRenderFlowThread.cpp220 LayoutUnit logicalHeight = 0; in updateRegionsFlowThreadPortionRect() local
DRenderBlockFlow.h144 void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight) in setLogicalHeightForFloat()
DInlineFlowBox.cpp1080 LayoutUnit& logicalHeight = isHorizontal() ? height : width; in nodeAtPoint() local
1120 LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width(); in constrainToLineTopAndBottomIfNeeded() local
DRenderView.cpp117 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedVa… in computeLogicalHeight() argument
DRenderBox.h115 …LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width();… in logicalHeight() function
DRenderBlock.cpp2013 …LayoutUnit logicalHeight = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalBottom - … in blockSelectionGap() local
2031 …rObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalLeftSelectionGap()
2047 …Object* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalRightSelectionGap()
DRenderTableSection.cpp60 Length logicalHeight = cell->style()->logicalHeight(); in updateLogicalHeightForCell() local
DRenderText.cpp1575 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox() local
DRenderBlockFlow.cpp2595 LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelow(LayoutUnit logicalHeight, ShapeOutsideFloat… in nextFloatLogicalBottomBelow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineLayoutState.h57 void setPaintInvalidationRange(LayoutUnit logicalHeight) in setPaintInvalidationRange()
DLineWidth.cpp56 …LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); in updateAvailableWidth() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp293 …tRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float phys… in getCTM()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp333 LayoutUnit logicalHeight = m_inlineFlowBox.isHorizontal() ? rect.height() : rect.width(); in roundedFrameRectClampedToLineTopAndBottomIfNeeded() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h470 const Length& logicalHeight() const { return isHorizontalWritingMode() ? height() : width(); } in logicalHeight() function