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

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 47 Layout& columnLayout = m_layoutStruct[effCol];
147 m_layoutStruct.resize(nEffCols);
148 m_layoutStruct.fill(Layout());
167 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
168 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
169 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
238 for (size_t i = 0; i < m_layoutStruct.size(); ++i) {
239 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
240 maxWidth += m_layoutStruct[i].effectiveMaxLogicalWidth;
242 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent())
    [all...]
AutoTableLayout.h 70 Vector<Layout, 4> m_layoutStruct;

Completed in 2133 milliseconds