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 89 if (!m_tableLayout || style()->tableLayout() != oldTableLayout) {
93 m_tableLayout = adoptPtr(new FixedTableLayout(this));
95 m_tableLayout = adoptPtr(new AutoTableLayout(this));
434 m_tableLayout->layout();
751 const_cast<RenderTable*>(this)->m_tableLayout->computeIntrinsicLogicalWidths(minWidth, maxWidth);
    [all...]
RenderTable.h 323 OwnPtr<TableLayout> m_tableLayout;

Completed in 1154 milliseconds