/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 117 innerTextRenderer->style()->setLogicalHeight(Length(Auto)); in layout() 121 viewPortRenderer->style()->setLogicalHeight(Length(Auto)); in layout() 139 innerTextRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed)); in layout() 142 viewPortRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed)); in layout() 151 containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed)); in layout() 154 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed)); in layout() 157 containerRenderer->style()->setLogicalHeight(Length(containerLogicalHeight, Fixed)); in layout() 178 innerSpinBox->setLogicalHeight(logicalHeight() - borderBefore() - borderAfter()); in layout() 369 textBlockStyle->setLogicalHeight(Length(m_desiredInnerTextLogicalHeight, Fixed)); in createInnerTextStyle()
|
D | RenderIFrame.cpp | 104 setLogicalHeight(0); in layoutSeamlessly() 112 …setLogicalHeight(childFrameView->contentsHeight() + borderTop() + borderBottom() + paddingTop() + … in layoutSeamlessly()
|
D | RenderBlockFlow.cpp | 231 …setLogicalHeight(borderBefore() + paddingBefore() + colInfo->columnHeight() + borderAfter() + padd… in relayoutForPagination() 260 setLogicalHeight(0); in layoutBlock() 317 setLogicalHeight(lowestFloatLogicalBottom() + toAdd); in layoutBlock() 503 setLogicalHeight(logicalHeight() + logicalHeightForChild(child)); in layoutBlockChild() 505 setLogicalHeight(logicalHeight() + marginAfterForChild(child)); in layoutBlockChild() 535 setLogicalHeight(newHeight); in layoutBlockChild() 548 setLogicalHeight(logicalTopAfterClear); in adjustBlockChildForPagination() 619 setLogicalHeight(logicalHeight() + (result - oldTop)); in adjustBlockChildForPagination() 772 setLogicalHeight(beforeEdge); in layoutBlockChildren() 996 setLogicalHeight(logicalHeight() - clearanceForSelfCollapsingBlock); in collapseMargins() [all …]
|
D | RenderBlockLineLayout.cpp | 759 …setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPosi… in computeBlockDirectionPositionsForLine() 1226 setLogicalHeight(newLogicalHeight); in restartLayoutRunsAndFloatsInRange() 1261 block->setLogicalHeight(newLogicalHeight); in pushShapeContentOverflowBelowTheContentBox() 1321 setLogicalHeight(logicalHeight() + deltaToNextRegion); in updateShapeAndSegmentsForCurrentLineInFlowThread() 1346 setLogicalHeight(logicalHeight() + shapeTopLineTopDelta); in updateShapeAndSegmentsForCurrentLineInFlowThread() 1412 setLogicalHeight(logicalHeight); in layoutRunsAndFloatsInRange() 1510 setLogicalHeight(lineBox->lineBottomWithLeading()); in layoutRunsAndFloatsInRange() 1641 setLogicalHeight(logicalTopForChild(*f) - marginBeforeForChild(*f) + delta); in linkToEndLineIfNeeded() 1646 setLogicalHeight(lastRootBox()->lineBottomWithLeading()); in linkToEndLineIfNeeded() 1716 setLogicalHeight(borderBefore() + paddingBefore()); in layoutInlineChildren() [all …]
|
D | RenderTable.cpp | 383 …setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(captio… in layoutCaption() 425 setLogicalHeight(0); in layout() 493 setLogicalHeight(logicalHeight() + borderAndPaddingBefore); in layout() 524 setLogicalHeight(logicalHeight() + computedLogicalHeight); in layout() 540 setLogicalHeight(logicalHeight() + section->logicalHeight()); in layout() 544 setLogicalHeight(logicalHeight() + borderAndPaddingAfter); in layout()
|
D | RenderMultiColumnBlock.cpp | 95 setLogicalHeight(0); in checkForPaginationLogicalHeightChange()
|
D | LineWidth.cpp | 179 m_block.setLogicalHeight(lastFloatLogicalBottom); in fitBelowFloats()
|
D | RenderFieldset.cpp | 121 setLogicalHeight(paddingBefore() + collapsedLegendExtent); in layoutSpecialExcludedChild()
|
D | RenderFlexibleBox.cpp | 234 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight()); in layoutBlock() 689 setLogicalHeight(minHeight); in layoutFlexItems() 1111 …setLogicalHeight(std::max(logicalHeight(), crossAxisOffset + flowAwareBorderAfter() + flowAwarePad… in layoutAndPlaceChildren() 1132 …setLogicalHeight(mainAxisOffset + flowAwareBorderEnd() + flowAwarePaddingEnd() + scrollbarLogicalH… in layoutAndPlaceChildren() 1325 child->setLogicalHeight(0); in applyStretchAlignmentToChild()
|
D | RenderGrid.cpp | 271 setLogicalHeight(0); in layoutBlock() 886 setLogicalHeight(logicalHeight() + sizingData.rowTracks[i].m_usedBreadth); in layoutGridItems() 890 setLogicalHeight(logicalHeight() + borderAndPaddingLogicalHeight()); in layoutGridItems()
|
D | RenderTableSection.cpp | 900 rowRenderer->setLogicalHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing); in layoutRows() 988 cell->setLogicalHeight(rHeight); in layoutRows() 1008 … cells[i]->setLogicalHeight(cells[i]->logicalHeight() + rowHeightIncreaseForPagination); in layoutRows() 1015 setLogicalHeight(m_rowPos[totalRows]); in layoutRows()
|
D | RenderRegion.cpp | 661 setLogicalHeight(newLogicalHeight); in updateLogicalHeight()
|
D | RenderBox.h | 125 void setLogicalHeight(LayoutUnit size) in setLogicalHeight() function
|
D | RenderListMarker.cpp | 1335 setLogicalHeight(style()->fontMetrics().height()); in layout()
|
D | RenderBlock.cpp | 1441 setLogicalHeight(RenderFlowThread::maxLogicalHeight()); in updateRegionsAndShapesLogicalSize() 1450 setLogicalHeight(oldHeight); in updateRegionsAndShapesLogicalSize() 1515 setLogicalHeight(0); in checkForPaginationLogicalHeightChange()
|
D | RenderBox.cpp | 2673 setLogicalHeight(computedValues.m_extent); in updateLogicalHeight()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRootInlineBox.cpp | 147 textBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes() 160 flowBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes() 189 setLogicalHeight(childRect.height()); in layoutRootBox()
|
D | SVGInlineFlowBox.h | 40 void setLogicalHeight(float h) { m_logicalHeight = h; } in setLogicalHeight() function
|
D | SVGRootInlineBox.h | 45 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
|
D | SVGInlineTextBox.h | 40 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineInfo.h | 57 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
|
D | BreakingContextInlineHeaders.h | 681 block->setLogicalHeight(floatLogicalBottom); in updateSegmentsForShapes() 685 … block->setLogicalHeight(shapeInsideInfo->logicalLineTop() - logicalOffsetFromShapeContainer); in updateSegmentsForShapes()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 963 void setLogicalHeight(Length v) in setLogicalHeight() function
|