Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp520 float totalAuto = 0; in layout() local
552 totalAuto += m_layoutStruct[i].effMaxWidth; in layout()
617 if (width.isAuto() && totalAuto != 0 && !m_layoutStruct[i].emptyCellsOnly) { in layout()
618 …idth, static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effMaxWidth) / totalAuto)); in layout()
620 totalAuto -= m_layoutStruct[i].effMaxWidth; in layout()