Searched refs:m_margins (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBox.cpp | 1866 setMarginStart(computedValues.m_margins.m_start); in updateLogicalWidth() 1867 setMarginEnd(computedValues.m_margins.m_end); in updateLogicalWidth() 1903 computedValues.m_margins.m_start = marginStart(); in computeLogicalWidth() 1904 computedValues.m_margins.m_end = marginEnd(); in computeLogicalWidth() 1941 …computedValues.m_margins.m_start = minimumValueForLength(styleToUse->marginStart(), containerLogic… in computeLogicalWidth() 1942 …computedValues.m_margins.m_end = minimumValueForLength(styleToUse->marginEnd(), containerLogicalWi… in computeLogicalWidth() 1960 …ineDirection, cb, containerLogicalWidth, computedValues.m_extent, computedValues.m_margins.m_start, in computeLogicalWidth() 1961 computedValues.m_margins.m_end, style()->marginStart(), style()->marginEnd()); in computeLogicalWidth() 1963 …calWidth != (computedValues.m_extent + computedValues.m_margins.m_start + computedValues.m_margins… in computeLogicalWidth() 1968 computedValues.m_margins.m_start = newMargin; in computeLogicalWidth() [all …]
|
D | RenderBlockFlow.h | 356 …: m_margins(positiveMarginBeforeDefault(block), negativeMarginBeforeDefault(block), positiveMargin… in RenderBlockFlowRareData() 384 MarginValues m_margins; member 400 …LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMar… in maxPositiveMarginBefore() 401 …LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMar… in maxNegativeMarginBefore() 402 …LayoutUnit maxPositiveMarginAfter() const { return m_rareData ? m_rareData->m_margins.positiveMarg… in maxPositiveMarginAfter() 403 …LayoutUnit maxNegativeMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarg… in maxNegativeMarginAfter() 423 …m_rareData->m_margins = MarginValues(RenderBlockFlowRareData::positiveMarginBeforeDefault(this) , … in initMaxMarginValues()
|
D | RenderTable.cpp | 256 setMarginStart(computedValues.m_margins.m_start); in updateLogicalWidth() 257 setMarginEnd(computedValues.m_margins.m_end); in updateLogicalWidth()
|
D | RenderBlockFlow.cpp | 1676 m_rareData->m_margins.setPositiveMarginBefore(pos); in setMaxMarginBeforeValues() 1677 m_rareData->m_margins.setNegativeMarginBefore(neg); in setMaxMarginBeforeValues() 1687 m_rareData->m_margins.setPositiveMarginAfter(pos); in setMaxMarginAfterValues() 1688 m_rareData->m_margins.setNegativeMarginAfter(neg); in setMaxMarginAfterValues()
|
D | RenderBox.h | 387 ComputedMarginValues m_margins; member
|