Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp322 int cMinWidth = cell->minPrefWidth() + hspacing; in calcEffectiveWidth() local
372 cMinWidth -= hspacing; in calcEffectiveWidth()
409 if (cMinWidth > minWidth) { in calcEffectiveWidth()
412 …int w = max(m_layoutStruct[pos].effMinWidth, cMinWidth * m_layoutStruct[pos].width.value() / fixed… in calcEffectiveWidth()
414 cMinWidth -= w; in calcEffectiveWidth()
424 … if (m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth) { in calcEffectiveWidth()
429 cMinWidth -= w; in calcEffectiveWidth()
434 … for (unsigned int pos = col; maxw >= 0 && pos < lastCol && minw < cMinWidth; pos++) { in calcEffectiveWidth()
435 … if (!(m_layoutStruct[pos].width.isFixed() && haveAuto && fixedWidth <= cMinWidth)) { in calcEffectiveWidth()
436 …fMinWidth, static_cast<int>(maxw ? cMinWidth * static_cast<float>(m_layoutStruct[pos].effMaxWidth)… in calcEffectiveWidth()
[all …]