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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 93 if (!m_tableLayout || style()->isFixedTableLayout() != oldFixedTableLayout) {
94 if (m_tableLayout)
95 m_tableLayout->willChangeTableLayout();
100 m_tableLayout = adoptPtr(new FixedTableLayout(this));
102 m_tableLayout = adoptPtr(new AutoTableLayout(this));
444 m_tableLayout->layout();
751 const_cast<RenderTable*>(this)->m_tableLayout->computeIntrinsicLogicalWidths(minWidth, maxWidth);
    [all...]
RenderTable.h 329 OwnPtr<TableLayout> m_tableLayout;

Completed in 278 milliseconds