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

  /external/webkit/WebCore/rendering/
AutoTableLayout.h 61 , effMinWidth(0)
69 int effMinWidth;
AutoTableLayout.cpp 261 minWidth += m_layoutStruct[i].effMinWidth;
306 m_layoutStruct[i].effMinWidth = m_layoutStruct[i].minWidth;
369 minWidth += m_layoutStruct[lastCol].effMinWidth;
412 int w = max(m_layoutStruct[pos].effMinWidth, cMinWidth * m_layoutStruct[pos].width.value() / fixedWidth);
415 m_layoutStruct[pos].effMinWidth = w;
425 int w = max(m_layoutStruct[pos].effMinWidth, m_layoutStruct[pos].width.value());
427 minw -= m_layoutStruct[pos].effMinWidth;
430 m_layoutStruct[pos].effMinWidth = w;
436 int w = max(m_layoutStruct[pos].effMinWidth, static_cast<int>(maxw ? cMinWidth * static_cast<float>(m_layoutStruct[pos].effMaxWidth) / maxw : cMinWidth));
437 w = min(m_layoutStruct[pos].effMinWidth+(cMinWidth-minw), w)
    [all...]

Completed in 635 milliseconds