Searched refs:setLogicalHeight (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 113 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()
|
D | RenderBlockFlow.cpp | 221 setLogicalHeight(0); in checkForPaginationLogicalHeightChange() 230 setLogicalHeight(oldLogicalHeight); in checkForPaginationLogicalHeightChange() 293 …setLogicalHeight(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 …]
|
D | RenderTable.cpp | 373 …setLogicalHeight(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()
|
D | RenderBlockLineLayout.cpp | 644 …setLogicalHeight(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() 1595 …setLogicalHeight(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()
|
D | RenderFlexibleBox.cpp | 236 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight()); in layoutBlock() 673 setLogicalHeight(minHeight); in layoutFlexItems() 1121 …setLogicalHeight(std::max(logicalHeight(), crossAxisOffset + flowAwareBorderAfter() + flowAwarePad… in layoutAndPlaceChildren() 1142 …setLogicalHeight(mainAxisOffset + flowAwareBorderEnd() + flowAwarePaddingEnd() + scrollbarLogicalH… in layoutAndPlaceChildren() 1358 child.setLogicalHeight(0); in applyStretchAlignmentToChild()
|
D | RenderFieldset.cpp | 124 setLogicalHeight(paddingBefore() + collapsedLegendExtent); in layoutSpecialExcludedChild()
|
D | RenderTableSection.cpp | 960 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()
|
D | RenderGrid.cpp | 340 setLogicalHeight(0); in layoutBlock() 1091 setLogicalHeight(logicalHeight() + sizingData.rowTracks[i].m_usedBreadth); in layoutGridItems() 1095 setLogicalHeight(logicalHeight() + borderAndPaddingLogicalHeight()); in layoutGridItems()
|
D | RenderBox.h | 152 void setLogicalHeight(LayoutUnit size) in setLogicalHeight() function
|
D | RenderListMarker.cpp | 1144 setLogicalHeight(style()->fontMetrics().height()); in layout()
|
D | RenderBox.cpp | 2214 setLogicalHeight(computedValues.m_extent); in updateLogicalHeight()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRootInlineBox.cpp | 135 textBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes() 148 flowBox->setLogicalHeight(boxRect.height()); in layoutChildBoxes() 176 setLogicalHeight(childRect.height()); in layoutRootBox()
|
D | SVGInlineFlowBox.h | 38 void setLogicalHeight(float h) { m_logicalHeight = h; } in setLogicalHeight() function
|
D | SVGRootInlineBox.h | 43 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
|
D | SVGInlineTextBox.h | 38 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
|
D | RenderSVGText.cpp | 395 setLogicalHeight(beforeEdge); in layout()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | LineInfo.h | 59 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
|
D | LineWidth.cpp | 141 m_block.setLogicalHeight(newLineTop); in updateLineDimension()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 994 void setLogicalHeight(const Length& v) in setLogicalHeight() function
|