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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.h 32 class FixedTableLayout : public TableLayout {
34 FixedTableLayout(RenderTable*);
FixedTableLayout.cpp 23 #include "core/rendering/FixedTableLayout.h"
76 FixedTableLayout::FixedTableLayout(RenderTable* table)
81 int FixedTableLayout::calcWidthArray()
170 // FixedTableLayout doesn't use min/maxPreferredLogicalWidths, but we need to clear the
180 void FixedTableLayout::computeIntrinsicLogicalWidths(LayoutUnit& minWidth, LayoutUnit& maxWidth)
185 void FixedTableLayout::applyPreferredLogicalWidthQuirks(LayoutUnit& minWidth, LayoutUnit& maxWidth) const
207 void FixedTableLayout::layout()

Completed in 1437 milliseconds