Searched refs:TableLayout (Results 1 – 7 of 7) sorted by relevance
32 class TableLayout {33 WTF_MAKE_NONCOPYABLE(TableLayout); WTF_MAKE_FAST_ALLOCATED;35 explicit TableLayout(RenderTable* table) in TableLayout() function40 virtual ~TableLayout() { } in ~TableLayout()
32 class FixedTableLayout FINAL : public TableLayout {
34 class AutoTableLayout FINAL : public TableLayout {
39 class TableLayout; variable324 OwnPtr<TableLayout> m_tableLayout;
77 : TableLayout(table) in FixedTableLayout()
35 : TableLayout(table) in AutoTableLayout()
1590 'rendering/TableLayout.h',