Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DBoxShape.cpp73 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getExcludedIntervals()
107 void BoxShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getIncludedIntervals()
DRectangleShape.cpp76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getExcludedIntervals()
111 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getIncludedIntervals()
DShapeInfo.h71 void setShapeSize(LayoutUnit logicalWidth, LayoutUnit logicalHeight) in setShapeSize()
DRasterShape.cpp283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getExcludedIntervals()
294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getIncludedIntervals()
DPolygonShape.cpp366 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentLis… in getExcludedIntervals()
394 void PolygonShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentLis… in getIncludedIntervals()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMeter.cpp62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExte… in computeLogicalHeight()
DRenderMultiColumnFlowThread.cpp55 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logical… in computeLogicalHeight()
DLineWidth.cpp57 …LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); in updateAvailableWidth() local
DFloatingObjects.cpp415 …Objects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalLeftOffset()
423 …bjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalRightOffset()
DRenderTextControl.cpp129 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, Logic… in computeLogicalHeight()
DRenderInline.cpp565 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
580 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
598 … int logicalHeight = container->style(rootBox->isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local
992 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) -… in linesVisualOverflowBoundingBox() local
DInlineBox.cpp119 float InlineBox::logicalHeight() const in logicalHeight() function in WebCore::InlineBox
DRenderTableSection.h122 Length logicalHeight; member
DRenderReplaced.cpp409 LayoutUnit logicalHeight = computeReplacedLogicalHeight(); in computeReplacedLogicalWidth() local
DRenderBlockFlow.h102 void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight) in setLogicalHeightForFloat()
DRenderBox.cpp614 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsic… in constrainLogicalHeightByMinMax()
625 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit… in constrainContentBoxLogicalHeightByMinMax()
1124 void RenderBox::setOverrideContainingBlockContentLogicalHeight(LayoutUnit logicalHeight) in setOverrideContainingBlockContentLogicalHeight()
2679 void RenderBox::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtent… in computeLogicalHeight()
2794 …LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHe… in computeLogicalHeightUsing() local
3740 LayoutUnit logicalHeight = computedValues.m_extent; in computePositionedLogicalHeight() local
3826 … LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, in computePositionedLogicalHeightUsing()
DInlineFlowBox.cpp1045 LayoutUnit& logicalHeight = isHorizontal() ? height : width; in nodeAtPoint() local
1213 LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width(); in constrainToLineTopAndBottomIfNeeded() local
DRenderBox.h88 …LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width();… in logicalHeight() function
DRenderView.cpp98 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedVa… in computeLogicalHeight() argument
DRenderFlowThread.cpp890 LayoutUnit logicalHeight = 0; in updateRegionsFlowThreadPortionRect() local
DRenderBlockLineLayout.cpp1063 void setRepaintRange(LayoutUnit logicalHeight) in setRepaintRange()
1409 …LayoutUnit logicalHeight = shapeInsideInfo->shapeLogicalTop() - logicalOffsetFromShapeContainer.he… in layoutRunsAndFloatsInRange() local
DRenderBlock.cpp2591 …LayoutUnit logicalHeight = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalBottom - … in blockSelectionGap() local
2609 …rObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalLeftSelectionGap()
2625 …Object* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalRightSelectionGap()
DRenderText.cpp1537 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp278 …tRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float phys… in getCTM()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, L… in computeLogicalHeight()

12