| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderMeter.cpp | 60 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExte… in computeLogicalHeight()
|
| D | RenderSliderContainer.cpp | 66 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, L… in computeLogicalHeight()
|
| D | RenderTextControl.cpp | 128 void RenderTextControl::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, Logic… in computeLogicalHeight()
|
| D | FloatingObjects.cpp | 396 …Objects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalLeftOffset() 404 …bjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) in logicalRightOffset()
|
| D | RenderMultiColumnFlowThread.cpp | 259 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logical… in computeLogicalHeight()
|
| D | RenderInline.cpp | 594 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local 609 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local 627 … int logicalHeight = container->style(rootBox.isFirstLineStyle())->font().fontMetrics().height(); in generateCulledLineBoxRects() local 1025 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox.lineBottom()) - … in linesVisualOverflowBoundingBox() local
|
| D | RenderBox.cpp | 531 LayoutUnit RenderBox::constrainLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit intrinsic… in constrainLogicalHeightByMinMax() 542 LayoutUnit RenderBox::constrainContentBoxLogicalHeightByMinMax(LayoutUnit logicalHeight, LayoutUnit… in constrainContentBoxLogicalHeightByMinMax() 996 void RenderBox::setOverrideContainingBlockContentLogicalHeight(LayoutUnit logicalHeight) in setOverrideContainingBlockContentLogicalHeight() 2220 void RenderBox::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtent… in computeLogicalHeight() 2317 …LayoutUnit logicalHeight = computeContentAndScrollbarLogicalHeightUsing(height, intrinsicContentHe… in computeLogicalHeightUsing() local 2535 …Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeig… in logicalHeightComputesAsNone() local 3200 LayoutUnit logicalHeight = computedValues.m_extent; in computePositionedLogicalHeight() local 3267 … LayoutUnit containerLogicalHeight, LayoutUnit bordersPlusPadding, LayoutUnit logicalHeight, in computePositionedLogicalHeightUsing()
|
| D | RenderReplaced.cpp | 364 LayoutUnit logicalHeight = computeReplacedLogicalHeight(); in computeReplacedLogicalWidth() local
|
| D | RenderTableSection.h | 132 Length logicalHeight; member
|
| D | InlineBox.cpp | 120 float InlineBox::logicalHeight() const in logicalHeight() function in blink::InlineBox
|
| D | RenderFlowThread.cpp | 220 LayoutUnit logicalHeight = 0; in updateRegionsFlowThreadPortionRect() local
|
| D | RenderBlockFlow.h | 144 void setLogicalHeightForFloat(FloatingObject* floatingObject, LayoutUnit logicalHeight) in setLogicalHeightForFloat()
|
| D | InlineFlowBox.cpp | 1080 LayoutUnit& logicalHeight = isHorizontal() ? height : width; in nodeAtPoint() local 1120 LayoutUnit logicalHeight = isHorizontal() ? rect.height() : rect.width(); in constrainToLineTopAndBottomIfNeeded() local
|
| D | RenderView.cpp | 117 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedVa… in computeLogicalHeight() argument
|
| D | RenderBox.h | 115 …LayoutUnit logicalHeight() const { return style()->isHorizontalWritingMode() ? height() : width();… in logicalHeight() function
|
| D | RenderBlock.cpp | 2013 …LayoutUnit logicalHeight = rootBlock->blockDirectionOffset(offsetFromRootBlock) + logicalBottom - … in blockSelectionGap() local 2031 …rObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalLeftSelectionGap() 2047 …Object* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const Pa… in logicalRightSelectionGap()
|
| D | RenderTableSection.cpp | 60 Length logicalHeight = cell->style()->logicalHeight(); in updateLogicalHeightForCell() local
|
| D | RenderText.cpp | 1575 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox() local
|
| D | RenderBlockFlow.cpp | 2595 LayoutUnit RenderBlockFlow::nextFloatLogicalBottomBelow(LayoutUnit logicalHeight, ShapeOutsideFloat… in nextFloatLogicalBottomBelow()
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
| D | LineLayoutState.h | 57 void setPaintInvalidationRange(LayoutUnit logicalHeight) in setPaintInvalidationRange()
|
| D | LineWidth.cpp | 56 …LayoutUnit logicalHeight = m_block.minLineHeightForReplacedRenderer(m_isFirstLine, replacedHeight); in updateAvailableWidth() local
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGPreserveAspectRatio.cpp | 293 …tRatio::getCTM(float logicalX, float logicalY, float logicalWidth, float logicalHeight, float phys… in getCTM()
|
| /external/chromium_org/third_party/WebKit/Source/core/paint/ |
| D | InlineFlowBoxPainter.cpp | 333 LayoutUnit logicalHeight = m_inlineFlowBox.isHorizontal() ? rect.height() : rect.width(); in roundedFrameRectClampedToLineTopAndBottomIfNeeded() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | RenderStyle.h | 470 const Length& logicalHeight() const { return isHorizontalWritingMode() ? height() : width(); } in logicalHeight() function
|