Searched refs:logicalHeight (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListItemPainter.cpp17 if (!m_renderListItem.logicalHeight() && m_renderListItem.hasOverflowClip())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderSearchField.cpp64 lineHeight = max(lineHeight, decorationRenderer->logicalHeight());
70 lineHeight = max(lineHeight, cancelRenderer->logicalHeight());
78 return logicalHeight();
86 if (containerRenderer->logicalHeight() <= contentLogicalHeight())
91 LayoutUnit logicalHeightDiff = containerRenderer->logicalHeight() - contentLogicalHeight();
H A DRenderSliderContainer.h46 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderMeter.h41 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderSliderContainer.cpp66 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
91 logicalHeight = RenderSlider::defaultTrackLength;
94 updateIntrinsicContentLogicalHeight(logicalHeight);
96 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
H A DRenderBlockFlow.h67 LayoutUnit availableLogicalWidthForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
69 return max<LayoutUnit>(0, logicalRightOffsetForLine(position, shouldIndentText, logicalHeight) - logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
71 LayoutUnit logicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
73 return logicalRightOffsetForLine(position, logicalRightOffsetForContent(), shouldIndentText, logicalHeight);
75 LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
77 return logicalLeftOffsetForLine(position, logicalLeftOffsetForContent(), shouldIndentText, logicalHeight);
79 LayoutUnit startOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
81 return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
82 : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
144 setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight) argument
[all...]
H A DRenderMeter.cpp60 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
62 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
H A DRenderTextControl.cpp100 return logicalHeight() - borderAndPaddingLogicalHeight();
128 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
134 logicalHeight = computeControlLogicalHeight(innerEditorBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight);
139 logicalHeight += scrollbarThickness();
143 updateIntrinsicContentLogicalHeight(logicalHeight);
145 logicalHeight += borderAndPaddingHeight();
148 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
H A DRenderListBox.h58 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderTableSection.cpp51 row.logicalHeight = row.rowRenderer->style()->logicalHeight();
60 Length logicalHeight = cell->style()->logicalHeight();
61 if (logicalHeight.isPositive()) {
62 Length cRowLogicalHeight = row.logicalHeight;
63 switch (logicalHeight.type()) {
66 || (cRowLogicalHeight.isPercent() && cRowLogicalHeight.percent() < logicalHeight.percent()))
67 row.logicalHeight = logicalHeight;
[all...]
H A DRenderFlowThread.cpp220 LayoutUnit logicalHeight = 0; local
228 LayoutUnit columnSetLogicalHeight = std::min<LayoutUnit>(RenderFlowThread::maxLogicalHeight() - logicalHeight, columnSet->logicalHeightOfAllFlowThreadContent());
230 LayoutRect columnSetRect(style()->direction() == LTR ? LayoutUnit() : logicalWidth() - columnSetLogicalWidth, logicalHeight, columnSetLogicalWidth, columnSetLogicalHeight);
234 m_multiColumnSetIntervalTree.add(MultiColumnSetIntervalTree::createInterval(logicalHeight, logicalHeight + columnSetLogicalHeight, columnSet));
236 logicalHeight += columnSetLogicalHeight;
H A DRenderTextControlSingleLine.cpp90 return containerElement() ? contentLogicalHeight() : logicalHeight();
112 if (innerEditorRenderer && !innerEditorRenderer->style()->logicalHeight().isAuto()) {
119 if (viewPortRenderer && !viewPortRenderer->style()->logicalHeight().isAuto()) {
132 if (innerEditorRenderer && innerEditorRenderer->logicalHeight() > logicalHeightLimit) {
133 if (desiredLogicalHeight != innerEditorRenderer->logicalHeight())
148 LayoutUnit containerLogicalHeight = containerRenderer->logicalHeight();
152 } else if (containerRenderer->logicalHeight() < contentLogicalHeight()) {
165 LayoutUnit logicalHeightDiff = innerEditorRenderer->logicalHeight() - contentLogicalHeight();
H A DRenderTable.cpp347 computedLogicalHeight = computeIntrinsicLogicalContentHeightUsing(styleLogicalHeight, logicalHeight() - borderAndPadding, borderAndPadding);
358 caption->setLogicalLocation(LayoutPoint(caption->marginStart(), collapsedMarginBeforeForChild(caption) + logicalHeight()));
363 LayoutUnit captionLogicalTop = collapsedMarginBeforeForChild(caption) + logicalHeight();
373 setLogicalHeight(logicalHeight() + caption->logicalHeight() + collapsedMarginBeforeForChild(caption) + collapsedMarginAfterForChild(caption));
443 oldTableLogicalTop += m_captions[i]->logicalHeight() + m_captions[i]->marginBefore() + m_captions[i]->marginAfter();
475 if (logicalHeight() != oldTableLogicalTop) {
477 movedSectionLogicalTop = std::min(logicalHeight(), oldTableLogicalTop);
484 setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
488 Length logicalHeightLength = style()->logicalHeight();
[all...]
H A DInlineBox.h204 float width() const { return isHorizontal() ? logicalWidth() : hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight(); }
205 float height() const { return isHorizontal() ? hasVirtualLogicalHeight() ? virtualLogicalHeight() : logicalHeight() : logicalWidth(); }
227 float logicalBottom() const { return logicalTop() + logicalHeight(); }
241 float logicalHeight() const;
243 FloatRect logicalFrameRect() const { return isHorizontal() ? FloatRect(m_topLeft.x(), m_topLeft.y(), m_logicalWidth, logicalHeight()) : FloatRect(m_topLeft.y(), m_topLeft.x(), m_logicalWidth, logicalHeight()); }
H A DRenderBox.cpp531 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const argument
537 logicalHeight = std::min(logicalHeight, maxH);
539 return std::max(logicalHeight, computeLogicalHeightUsing(styleToUse->logicalMinHeight(), intrinsicContentHeight));
542 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsicContentHeight) const argument
548 logicalHeight = std::min(logicalHeight, maxH);
550 return std::max(logicalHeight, computeContentLogicalHeight(styleToUse->logicalMinHeight(), intrinsicContentHeight));
996 void RenderBox::setOverrideContainingBlockContentLogicalHeight(LayoutUnit logicalHeight) argument
1000 gOverrideContainingBlockLogicalHeightMap->set(this, logicalHeight);
2220 computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
2317 LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHeight); local
2535 Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeight(); local
3200 LayoutUnit logicalHeight = computedValues.m_extent; local
3266 computePositionedLogicalHeightUsing(Length logicalHeightLength, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, const Length& logicalTop, const Length& logicalBottom, const Length& marginBefore, const Length& marginAfter, LogicalExtentComputedValues& computedValues) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.h48 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
H A DBoxShape.cpp55 LineSegment BoxShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
58 if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight))
62 float y2 = (logicalTop + logicalHeight).toFloat();
H A DRectangleShape.h52 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
H A DRectangleShape.cpp56 LineSegment RectangleShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
63 float y2 = (logicalTop + logicalHeight).toFloat();
H A DPolygonShape.h71 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
H A DShape.h84 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp55 LayoutUnit height = m_block.logicalHeight();
56 LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); local
57 m_left = m_block.logicalLeftOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
58 m_right = m_block.logicalRightOffsetForLine(height, shouldIndentText(), logicalHeight).toFloat();
65 LayoutUnit height = m_block.logicalHeight();
72 shapeDeltas = shapeOutsideInfo->computeDeltasForContainingBlockLine(m_block, *newFloat, m_block.logicalHeight(), lineHeight);
160 LayoutUnit lineLogicalTop = m_block.logicalHeight();
186 LayoutUnit lastFloatLogicalBottom = m_block.logicalHeight();
H A DLineInfo.h59 block->setLogicalHeight(block->logicalHeight() + floatPaginationStrut());
H A DLineLayoutState.h57 void setPaintInvalidationRange(LayoutUnit logicalHeight) argument
60 m_paintInvalidationLogicalTop = m_paintInvalidationLogicalBottom = logicalHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.h57 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;

Completed in 6199 milliseconds

123