Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4419 Length startMarginLength = childStyle->marginStartUsing(styleToUse); in computeBlockPreferredLogicalWidths() local
4424 if (startMarginLength.isFixed()) in computeBlockPreferredLogicalWidths()
4425 marginStart += startMarginLength.value(); in computeBlockPreferredLogicalWidths()