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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 47 Layout& columnLayout = m_layoutStruct[effCol];
144 m_layoutStruct.resize(nEffCols);
145 m_layoutStruct.fill(Layout());
162 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
163 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
164 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
224 for (size_t i = 0; i < m_layoutStruct.size(); ++i) {
225 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
226 maxWidth += m_layoutStruct[i].effectiveMaxLogicalWidth;
228 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent())
    [all...]
AutoTableLayout.h 73 Vector<Layout, 4> m_layoutStruct;

Completed in 45 milliseconds