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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.h56 , effectiveMinLogicalWidth(0)
67 int effectiveMinLogicalWidth; member in struct:blink::FINAL::Layout
H A DAutoTableLayout.cpp229 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
285 m_layoutStruct[i].effectiveMinLogicalWidth = m_layoutStruct[i].minLogicalWidth;
350 spanMinLogicalWidth += columnLayout.effectiveMinLogicalWidth;
391 int cellLogicalWidth = std::max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
394 m_layoutStruct[pos].effectiveMinLogicalWidth = cellLogicalWidth;
406 m_layoutStruct[pos].effectiveMinLogicalWidth = std::max(m_layoutStruct[pos].effectiveMinLogicalWidth, columnMinLogicalWidth);
422 int colMinLogicalWidth = std::max<int>(m_layoutStruct[pos].effectiveMinLogicalWidth, m_layoutStruct[pos].logicalWidth.value());
424 remainingMinLogicalWidth -= m_layoutStruct[pos].effectiveMinLogicalWidth;
427 m_layoutStruct[pos].effectiveMinLogicalWidth
[all...]

Completed in 61 milliseconds