Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp269 LayoutUnit marginTotal = marginStart + marginEnd; in updateLogicalWidth() local
272 …t availableContentLogicalWidth = max<LayoutUnit>(0, containerWidthInInlineDirection - marginTotal); in updateLogicalWidth()