Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4420 Length endMarginLength = childStyle->marginEndUsing(styleToUse); in computeBlockPreferredLogicalWidths() local
4426 if (endMarginLength.isFixed()) in computeBlockPreferredLogicalWidths()
4427 marginEnd += endMarginLength.value(); in computeBlockPreferredLogicalWidths()