Searched refs:m_layoutStruct (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp46 Layout& columnLayout = m_layoutStruct[effCol];
146 m_layoutStruct.resize(nEffCols);
147 m_layoutStruct.fill(Layout());
164 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
165 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
166 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
228 for (size_t i = 0; i < m_layoutStruct.size(); ++i) {
229 minWidth += m_layoutStruct[i].effectiveMinLogicalWidth;
230 maxWidth += m_layoutStruct[i].effectiveMaxLogicalWidth;
232 if (m_layoutStruct[
[all...]
H A DAutoTableLayout.h73 Vector<Layout, 4> m_layoutStruct; member in class:blink::FINAL

Completed in 983 milliseconds