Home
last modified time | relevance | path

Searched refs:setLogicalHeight (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp113 innerEditorRenderer->style()->setLogicalHeight(Length(Auto)); in layout()
120 viewPortRenderer->style()->setLogicalHeight(Length(Auto)); in layout()
138 innerEditorRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed)); in layout()
141 viewPortRenderer->style()->setLogicalHeight(Length(desiredLogicalHeight, Fixed)); in layout()
150 containerRenderer->style()->setLogicalHeight(Length(logicalHeightLimit, Fixed)); in layout()
153 containerRenderer->style()->setLogicalHeight(Length(contentLogicalHeight(), Fixed)); in layout()
156 containerRenderer->style()->setLogicalHeight(Length(containerLogicalHeight, Fixed)); in layout()
348 textBlockStyle->setLogicalHeight(Length(m_desiredInnerEditorLogicalHeight, Fixed)); in createInnerEditorStyle()
DRenderBlockFlow.cpp221 setLogicalHeight(0); in checkForPaginationLogicalHeightChange()
230 setLogicalHeight(oldLogicalHeight); in checkForPaginationLogicalHeightChange()
293setLogicalHeight(borderBefore() + paddingBefore() + colInfo->columnHeight() + borderAfter() + padd… in setColumnCountAndHeight()
429 setLogicalHeight(beforeEdge); in layoutBlockFlow()
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge); in layoutBlockFlow()
665 setLogicalHeight(logicalHeight() + logicalHeightForChild(child)); in layoutBlockChild()
667 setLogicalHeight(logicalHeight() + marginAfterForChild(child)); in layoutBlockChild()
688 setLogicalHeight(newHeight); in layoutBlockChild()
699 setLogicalHeight(logicalTopAfterClear); in adjustBlockChildForPagination()
779 setLogicalHeight(logicalHeight() + (result - oldTop)); in adjustBlockChildForPagination()
[all …]
DRenderTable.cpp373setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(captio… in layoutCaption()
424 setLogicalHeight(0); in layout()
484 setLogicalHeight(logicalHeight() + borderAndPaddingBefore); in layout()
512 setLogicalHeight(logicalHeight() + computedLogicalHeight); in layout()
532 setLogicalHeight(logicalHeight() + section->logicalHeight()); in layout()
537 setLogicalHeight(logicalHeight() + borderAndPaddingAfter); in layout()
DRenderBlockLineLayout.cpp644setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPosi… in computeBlockDirectionPositionsForLine()
776 setLogicalHeight(newLogicalHeight); in restartLayoutRunsAndFloatsInRange()
881 setLogicalHeight(lineBox->lineBottomWithLeading()); in layoutRunsAndFloatsInRange()
1007 setLogicalHeight(logicalTopForChild(*f) - marginBeforeForChild(*f) + delta); in linkToEndLineIfNeeded()
1012 setLogicalHeight(lastRootBox()->lineBottomWithLeading()); in linkToEndLineIfNeeded()
1592 setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + afterEdge); in layoutInlineChildren()
1595setLogicalHeight(logicalHeight() + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : V… in layoutInlineChildren()
1729 setLogicalHeight(logicalTopForChild(*f) - marginBeforeForChild(*f)); in determineStartPosition()
1737 setLogicalHeight(savedLogicalHeight); in determineStartPosition()
1745 setLogicalHeight(last->lineBottomWithLeading()); in determineStartPosition()
DRenderFlexibleBox.cpp236 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight()); in layoutBlock()
673 setLogicalHeight(minHeight); in layoutFlexItems()
1121setLogicalHeight(std::max(logicalHeight(), crossAxisOffset + flowAwareBorderAfter() + flowAwarePad… in layoutAndPlaceChildren()
1142setLogicalHeight(mainAxisOffset + flowAwareBorderEnd() + flowAwarePaddingEnd() + scrollbarLogicalH… in layoutAndPlaceChildren()
1358 child.setLogicalHeight(0); in applyStretchAlignmentToChild()
DRenderFieldset.cpp124 setLogicalHeight(paddingBefore() + collapsedLegendExtent); in layoutSpecialExcludedChild()
DRenderTableSection.cpp960 rowRenderer->setLogicalHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing); in layoutRows()
1051 cell->setLogicalHeight(rHeight); in layoutRows()
1071 cells[i]->setLogicalHeight(oldLogicalHeight + rowHeightIncreaseForPagination); in layoutRows()
1080 setLogicalHeight(m_rowPos[totalRows]); in layoutRows()
DRenderGrid.cpp340 setLogicalHeight(0); in layoutBlock()
1091 setLogicalHeight(logicalHeight() + sizingData.rowTracks[i].m_usedBreadth); in layoutGridItems()
1095 setLogicalHeight(logicalHeight() + borderAndPaddingLogicalHeight()); in layoutGridItems()
DRenderBox.h152 void setLogicalHeight(LayoutUnit size) in setLogicalHeight() function
DRenderListMarker.cpp1144 setLogicalHeight(style()->fontMetrics().height()); in layout()
DRenderBox.cpp2214 setLogicalHeight(computedValues.m_extent); in updateLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp135 textBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes()
148 flowBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes()
176 setLogicalHeight(childRect.height()); in layoutRootBox()
DSVGInlineFlowBox.h38 void setLogicalHeight(float h) { m_logicalHeight = h; } in setLogicalHeight() function
DSVGRootInlineBox.h43 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
DSVGInlineTextBox.h38 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
DRenderSVGText.cpp395 setLogicalHeight(beforeEdge); in layout()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineInfo.h59 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
DLineWidth.cpp141 m_block.setLogicalHeight(newLineTop); in updateLineDimension()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h994 void setLogicalHeight(const Length& v) in setLogicalHeight() function