Home
last modified time | relevance | path

Searched refs:logicalWidthForChild (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFieldset.cpp75 logicalLeft = (logicalWidth() - logicalWidthForChild(legend)) / 2; in layoutSpecialExcludedChild()
78 … logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
92 LayoutUnit centeredWidth = logicalWidth() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
97 …th() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
DRenderBlock.h299 …LayoutUnit logicalWidthForChild(const RenderBox* child) const { return isHorizontalWritingMode() ?… in logicalWidthForChild() function
DRenderBlockFlow.cpp2085 …setLogicalWidthForFloat(newObj.get(), logicalWidthForChild(floatBox) + marginStartForChild(floatBo… in insertFloatingObject()
2246 … shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox)); in positionNewFloats()
DRenderBlockLineLayout.cpp735 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox)); in computeInlineDirectionPositionsForSegment()
DRenderBlock.cpp1671 …tion() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), app… in determineLogicalLeftPositionForChild()
3315 LayoutUnit childMiddle = parent->logicalWidthForChild(child) / 2; in positionForPointRespectingEditingBoundaries()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp76 …tMarginBoxDelta = segments.last().logicalRight - containingBlock->logicalWidthForChild(m_renderer)… in updateDeltasForContainingBlockLine()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h615 …LayoutUnit replacedLogicalWidth = m_block->logicalWidthForChild(replacedBox) + m_block->marginStar… in handleReplaced()