Home
last modified time | relevance | path

Searched defs:marginStart (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp426 … LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), logicalWidth); in computeReplacedLogicalWidth() local
DRenderBox.cpp2369 LayoutUnit marginStart = 0; in fillAvailableMeasure() local
2374 …enderBox::fillAvailableMeasure(LayoutUnit availableLogicalWidth, LayoutUnit& marginStart, LayoutUn… in fillAvailableMeasure()
2418 LayoutUnit marginStart = 0; in computeLogicalWidthInRegionUsing() local
2517 …ntainingBlock, LayoutUnit containerWidth, LayoutUnit childWidth, LayoutUnit& marginStart, LayoutUn… in computeInlineDirectionMargins()
DRenderListMarker.cpp1604 LayoutUnit marginStart = 0; in updateMargins() local
DRenderTable.cpp267 …LayoutUnit marginStart = minimumValueForLength(style()->marginStart(), availableLogicalWidth, rend… in updateLogicalWidth() local
DRenderInline.cpp724 LayoutUnit RenderInline::marginStart(const RenderStyle* otherStyle) const in marginStart() function in WebCore::RenderInline
DRenderBlock.cpp4422 LayoutUnit marginStart = 0; in computeBlockPreferredLogicalWidths() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h682 Length marginStart() const { return surround->margin.start(writingMode(), direction()); } in marginStart() function