Home
last modified time | relevance | path

Searched defs:logicalWidth (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAutoTableLayout.cpp99 … int logicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(cellLogicalWidth.value()); in recalcColumn() local
234 …float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / std::m… in computeIntrinsicLogicalWidths() local
526 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
554 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
582 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
594 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
607 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
620 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
660 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
667 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth; in layout() local
[all …]
DAutoTableLayout.h63 Length logicalWidth; member
DFixedTableLayout.cpp140 Length logicalWidth = cell->styleOrColLogicalWidth(); in calcWidthArray() local
DRenderRubyRun.cpp274 int logicalWidth = this->logicalWidth(); in getOverhang() local
DInlineBox.h53 …InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool construc… in InlineBox()
238 float logicalWidth() const { return m_logicalWidth; } in logicalWidth() function
DRenderReplaced.cpp376 LayoutUnit logicalWidth = containingBlock()->availableLogicalWidth(); in computeReplacedLogicalWidth() local
DRenderBlockFlow.h151 void setLogicalWidthForFloat(FloatingObject* floatingObject, LayoutUnit logicalWidth) in setLogicalWidthForFloat()
DRenderTreeAsText.cpp412 int logicalWidth = ceilf(run.left() + run.logicalWidth()) - x; in writeTextRun() local
DRenderBox.cpp523 LayoutUnit RenderBox::constrainLogicalWidthByMinMax(LayoutUnit logicalWidth, LayoutUnit availableWi… in constrainLogicalWidthByMinMax()
989 void RenderBox::setOverrideContainingBlockContentLogicalWidth(LayoutUnit logicalWidth) in setOverrideContainingBlockContentLogicalWidth()
2026 LayoutUnit RenderBox::computeLogicalWidthUsing(SizeType widthType, const Length& logicalWidth, Layo… in computeLogicalWidthUsing() argument
2477 LayoutUnit RenderBox::computeReplacedLogicalWidthRespectingMinMaxWidth(LayoutUnit logicalWidth, Sho… in computeReplacedLogicalWidthRespectingMinMaxWidth()
2954 void RenderBox::computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject*… in computePositionedLogicalWidthUsing()
DRenderBox.h114 …LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function
DRenderListMarker.cpp1303 LayoutUnit logicalWidth = 0; in computePreferredLogicalWidths() local
DRenderInline.cpp1024 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
DInlineTextBox.cpp232 LayoutUnit logicalWidth = r.width(); in localSelectionRect() local
DRenderText.cpp1574 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
DRenderBlock.cpp2020 LayoutUnit logicalWidth = logicalRight - logicalLeft; in blockSelectionGap() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPreserveAspectRatio.cpp293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h469 const Length& logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function