HomeSort by relevance Sort by last modified time
    Searched refs:effMaxWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
AutoTableLayout.h 62 , effMaxWidth(0)
70 int effMaxWidth;
AutoTableLayout.cpp 262 maxWidth += m_layoutStruct[i].effMaxWidth;
266 float pw = static_cast<float>(m_layoutStruct[i].effMaxWidth) * 100 * percentScaleFactor / max(percent, epsilon);
270 maxNonPercent += m_layoutStruct[i].effMaxWidth;
307 m_layoutStruct[i].effMaxWidth = m_layoutStruct[i].maxWidth;
370 maxWidth += m_layoutStruct[lastCol].effMaxWidth;
390 totalWidth += m_layoutStruct[pos].effMaxWidth;
395 int percent = static_cast<int>(percentMissing * static_cast<float>(m_layoutStruct[pos].effMaxWidth) / totalWidth);
396 totalWidth -= m_layoutStruct[pos].effMaxWidth;
428 maxw -= m_layoutStruct[pos].effMaxWidth;
436 int w = max(m_layoutStruct[pos].effMinWidth, static_cast<int>(maxw ? cMinWidth * static_cast<float>(m_layoutStruct[pos].effMaxWidth) / maxw : cMinWidth))
    [all...]

Completed in 201 milliseconds