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.cpp76 logicalLeft = (logicalWidth() - logicalWidthForChild(legend)) / 2; in layoutSpecialExcludedChild()
79 … logicalLeft = logicalWidth() - borderEnd() - paddingEnd() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
93 LayoutUnit centeredWidth = logicalWidth() - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
98 …th() - borderStart() - paddingStart() - marginStartForChild(legend) - logicalWidthForChild(legend); in layoutSpecialExcludedChild()
DRenderBlock.h231 …LayoutUnit logicalWidthForChild(const RenderBox* child) const { return isHorizontalWritingMode() ?… in logicalWidthForChild() function
DRenderBlockFlow.cpp467 …tion() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), app… in determineLogicalLeftPositionForChild()
2224 …setLogicalWidthForFloat(newObj.get(), logicalWidthForChild(floatBox) + marginStartForChild(floatBo… in insertFloatingObject()
DRenderBlockLineLayout.cpp670 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox).toFloat()); in computeInlineDirectionPositionsForSegment()
DRenderBlock.cpp3032 LayoutUnit childMiddle = parent->logicalWidthForChild(child) / 2; in positionForPointRespectingEditingBoundaries()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp296 …htMarginBoxDelta = segments.last().logicalRight - containingBlock.logicalWidthForChild(&m_renderer… in updateDeltasForContainingBlockLine()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h457 …LayoutUnit replacedLogicalWidth = m_block->logicalWidthForChild(replacedBox) + m_block->marginStar… in handleReplaced()