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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp284 int cellMinLogicalWidth = cell->minPreferredLogicalWidth() + spacingInRowDirection; local
334 cellMinLogicalWidth -= spacingInRowDirection;
369 if (cellMinLogicalWidth > spanMinLogicalWidth) {
372 int cellLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(cellMinLogicalWidth * m_layoutStruct[pos].logicalWidth.value() / fixedWidth));
374 cellMinLogicalWidth -= cellLogicalWidth;
385 int columnMinLogicalWidth = static_cast<int>(percent * cellMinLogicalWidth / totalPercent);
392 ASSERT(allocatedMinLogicalWidth <= cellMinLogicalWidth);
394 cellMinLogicalWidth -= allocatedMinLogicalWidth;
402 if (m_layoutStruct[pos].logicalWidth.isFixed() && haveAuto && fixedWidth <= cellMinLogicalWidth) {
407 cellMinLogicalWidth
[all...]

Completed in 406 milliseconds