Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp266 Length styleLogicalWidth = style()->logicalWidth(); in updateLogicalWidth() local
267 …if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isInt… in updateLogicalWidth()
268 …setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineD… in updateLogicalWidth()
316 LayoutUnit RenderTable::convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, La… in convertStyleLogicalWidthToComputedWidth() argument
318 if (styleLogicalWidth.isIntrinsic()) in convertStyleLogicalWidthToComputedWidth()
319 …return computeIntrinsicLogicalWidthUsing(styleLogicalWidth, availableWidth, bordersPaddingAndSpaci… in convertStyleLogicalWidthToComputedWidth()
324 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()
327 return minimumValueForLength(styleLogicalWidth, availableWidth) + borders; in convertStyleLogicalWidthToComputedWidth()
DRenderTable.h310 …LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit ava…