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.cpp262 Length styleLogicalWidth = style()->logicalWidth(); in updateLogicalWidth() local
263 …if ((styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive()) || styleLogicalWidth.isInt… in updateLogicalWidth()
264 …setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineD… in updateLogicalWidth()
327 LayoutUnit RenderTable::convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, La… in convertStyleLogicalWidthToComputedWidth() argument
329 if (styleLogicalWidth.isIntrinsic()) in convertStyleLogicalWidthToComputedWidth()
330 …return computeIntrinsicLogicalWidthUsing(styleLogicalWidth, availableWidth, bordersPaddingAndSpaci… in convertStyleLogicalWidthToComputedWidth()
335 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()
338 return minimumValueForLength(styleLogicalWidth, availableWidth, view()) + borders; in convertStyleLogicalWidthToComputedWidth()
DRenderTable.h300 …LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit ava…