Searched defs:logicalWidth (Results 1 – 17 of 17) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | AutoTableLayout.cpp | 99 … 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 …]
|
| D | AutoTableLayout.h | 63 Length logicalWidth; member
|
| D | FixedTableLayout.cpp | 140 Length logicalWidth = cell->styleOrColLogicalWidth(); in calcWidthArray() local
|
| D | RenderRubyRun.cpp | 274 int logicalWidth = this->logicalWidth(); in getOverhang() local
|
| D | InlineBox.h | 53 …InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool construc… in InlineBox() 238 float logicalWidth() const { return m_logicalWidth; } in logicalWidth() function
|
| D | RenderReplaced.cpp | 376 LayoutUnit logicalWidth = containingBlock()->availableLogicalWidth(); in computeReplacedLogicalWidth() local
|
| D | RenderBlockFlow.h | 151 void setLogicalWidthForFloat(FloatingObject* floatingObject, LayoutUnit logicalWidth) in setLogicalWidthForFloat()
|
| D | RenderTreeAsText.cpp | 412 int logicalWidth = ceilf(run.left() + run.logicalWidth()) - x; in writeTextRun() local
|
| D | RenderBox.cpp | 523 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()
|
| D | RenderBox.h | 114 …LayoutUnit logicalWidth() const { return style()->isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function
|
| D | RenderListMarker.cpp | 1303 LayoutUnit logicalWidth = 0; in computePreferredLogicalWidths() local
|
| D | RenderInline.cpp | 1024 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
|
| D | InlineTextBox.cpp | 232 LayoutUnit logicalWidth = r.width(); in localSelectionRect() local
|
| D | RenderText.cpp | 1574 LayoutUnit logicalWidth = logicalRightSide - logicalLeftSide; in linesVisualOverflowBoundingBox() local
|
| D | RenderBlock.cpp | 2020 LayoutUnit logicalWidth = logicalRight - logicalLeft; in blockSelectionGap() local
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGPreserveAspectRatio.cpp | 293 AffineTransform SVGPreserveAspectRatio::getCTM(float logicalX, float logicalY, float logicalWidth, … in getCTM()
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | RenderStyle.h | 469 const Length& logicalWidth() const { return isHorizontalWritingMode() ? width() : height(); } in logicalWidth() function
|