Searched refs:effectiveMinLogicalWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h55 , effectiveMinLogicalWidth(0)
66 int effectiveMinLogicalWidth; member in struct:WebCore::AutoTableLayout::Layout
H A DAutoTableLayout.cpp225 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
267 m_layoutStruct[i].effectiveMinLogicalWidth = m_layoutStruct[i].minLogicalWidth;
331 spanMinLogicalWidth += columnLayout.effectiveMinLogicalWidth;
372 int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
375 m_layoutStruct[pos].effectiveMinLogicalWidth = cellLogicalWidth;
387 m_layoutStruct[pos].effectiveMinLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, columnMinLogicalWidth);
403 int colMinLogicalWidth = max<int>(m_layoutStruct[pos].effectiveMinLogicalWidth, m_layoutStruct[pos].logicalWidth.value());
405 remainingMinLogicalWidth -= m_layoutStruct[pos].effectiveMinLogicalWidth;
408 m_layoutStruct[pos].effectiveMinLogicalWidth
[all...]

Completed in 68 milliseconds