Searched refs:m_tableLayout (Results 1 – 3 of 3) sorted by relevance
90 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) { in styleDidChange()94 m_tableLayout.set(new FixedTableLayout(this)); in styleDidChange()96 m_tableLayout.set(new AutoTableLayout(this)); in styleDidChange()344 m_tableLayout->layout(); in layout()653 …m_tableLayout->computePreferredLogicalWidths(m_minPreferredLogicalWidth, m_maxPreferredLogicalWidt… in computePreferredLogicalWidths()
257 OwnPtr<TableLayout> m_tableLayout; variable
77812 Also changed RenderTable::m_tableLayout to use OwnPtr.77891 functions private. Changed m_tableLayout to be a OwnPtr.