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

  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 53 Layout &l = m_layoutStruct[effCol];
163 m_layoutStruct.resize(nEffCols);
164 m_layoutStruct.fill(Layout());
185 m_layoutStruct[cEffCol].width = w;
186 if (w.isFixed() && m_layoutStruct[cEffCol].maxWidth < w.value())
187 m_layoutStruct[cEffCol].maxWidth = w.value();
260 for (unsigned int i = 0; i < m_layoutStruct.size(); i++) {
261 minWidth += m_layoutStruct[i].effMinWidth;
262 maxWidth += m_layoutStruct[i].effMaxWidth;
264 if (m_layoutStruct[i].effWidth.isPercent())
    [all...]
AutoTableLayout.h 75 Vector<Layout, 4> m_layoutStruct;

Completed in 47 milliseconds