/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | BoxShape.cpp | 73 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getExcludedIntervals() 107 void BoxShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getIncludedIntervals()
|
D | RectangleShape.cpp | 76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getExcludedIntervals() 111 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getIncludedIntervals()
|
D | ShapeInfo.h | 71 void setShapeSize(LayoutUnit logicalWidth, LayoutUnit logicalHeight) in setShapeSize()
|
D | RasterShape.cpp | 283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getExcludedIntervals() 294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getIncludedIntervals()
|
D | PolygonShape.cpp | 366 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/ |
D | RenderMeter.cpp | 62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExte… in computeLogicalHeight()
|
D | RenderMultiColumnFlowThread.cpp | 55 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logical… in computeLogicalHeight()
|
D | LineWidth.cpp | 57 …LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); in updateAvailableWidth() local
|
D | FloatingObjects.cpp | 415 …Objects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalLeftOffset() 423 …bjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalRightOffset()
|
D | RenderTextControl.cpp | 129 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, Logic… in computeLogicalHeight()
|
D | RenderInline.cpp | 565 … 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
|
D | InlineBox.cpp | 119 float InlineBox::logicalHeight() const in logicalHeight() function in WebCore::InlineBox
|
D | RenderTableSection.h | 122 Length logicalHeight; member
|
D | RenderReplaced.cpp | 409 LayoutUnit logicalHeight = computeReplacedLogicalHeight(); in computeReplacedLogicalWidth() local
|
D | RenderBlockFlow.h | 102 void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight) in setLogicalHeightForFloat()
|
D | RenderBox.cpp | 614 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()
|
D | InlineFlowBox.cpp | 1045 LayoutUnit& logicalHeight = isHorizontal() ? height : width; in nodeAtPoint() local 1213 LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width(); in constrainToLineTopAndBottomIfNeeded() local
|
D | RenderBox.h | 88 …LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width();… in logicalHeight() function
|
D | RenderView.cpp | 98 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedVa… in computeLogicalHeight() argument
|
D | RenderFlowThread.cpp | 890 LayoutUnit logicalHeight = 0; in updateRegionsFlowThreadPortionRect() local
|
D | RenderBlockLineLayout.cpp | 1063 void setRepaintRange(LayoutUnit logicalHeight) in setRepaintRange() 1409 …LayoutUnit logicalHeight = shapeInsideInfo->shapeLogicalTop() - logicalOffsetFromShapeContainer.he… in layoutRunsAndFloatsInRange() local
|
D | RenderBlock.cpp | 2591 …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()
|
D | RenderText.cpp | 1537 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox() local
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPreserveAspectRatio.cpp | 278 …tRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float phys… in getCTM()
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | SliderThumbElement.cpp | 116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, L… in computeLogicalHeight()
|