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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h 56 , effectiveMaxLogicalWidth(0)
67 int effectiveMaxLogicalWidth;
AutoTableLayout.cpp 226 maxWidth += m_layoutStruct[i].effectiveMaxLogicalWidth;
230 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(percent, epsilon);
234 maxNonPercent += m_layoutStruct[i].effectiveMaxLogicalWidth;
268 m_layoutStruct[i].effectiveMaxLogicalWidth = m_layoutStruct[i].maxLogicalWidth;
332 spanMaxLogicalWidth += columnLayout.effectiveMaxLogicalWidth;
351 totalWidth += m_layoutStruct[pos].effectiveMaxLogicalWidth;
356 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / totalWidth;
357 totalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;
388 m_layoutStruct[pos].effectiveMaxLogicalWidth = columnMaxLogicalWidth;
406 remainingMaxLogicalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;
    [all...]

Completed in 956 milliseconds