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

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.h 54 , effectiveMaxLogicalWidth(0)
65 int effectiveMaxLogicalWidth;
AutoTableLayout.cpp 240 maxWidth += m_layoutStruct[i].effectiveMaxLogicalWidth;
244 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(percent, epsilon);
248 maxNonPercent += m_layoutStruct[i].effectiveMaxLogicalWidth;
288 m_layoutStruct[i].effectiveMaxLogicalWidth = m_layoutStruct[i].maxLogicalWidth;
352 spanMaxLogicalWidth += columnLayout.effectiveMaxLogicalWidth;
371 totalWidth += m_layoutStruct[pos].effectiveMaxLogicalWidth;
376 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / totalWidth;
377 totalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;
407 remainingMaxLogicalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;
415 int colMinLogicalWidth = max(m_layoutStruct[pos].effectiveMinLogicalWidth, static_cast<int>(remainingMaxLogicalWidth ? cellMinLogicalWidth * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / remainingMaxLogicalWidth : cellMinLogicalWidth))
    [all...]

Completed in 30 milliseconds