webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::FixedTableLayout Class Referencefinal

#include <FixedTableLayout.h>

Inheritance diagram for WebCore::FixedTableLayout:
WebCore::TableLayout

Public Member Functions

 FixedTableLayout (RenderTable *)
 
void computeIntrinsicLogicalWidths (LayoutUnit &minWidth, LayoutUnit &maxWidth) override
 
void applyPreferredLogicalWidthQuirks (LayoutUnit &minWidth, LayoutUnit &maxWidth) const override
 
void layout () override
 
- Public Member Functions inherited from WebCore::TableLayout
 TableLayout (RenderTable *table)
 
virtual ~TableLayout ()
 
virtual LayoutUnit scaledWidthFromPercentColumns () const
 

Additional Inherited Members

- Protected Attributes inherited from WebCore::TableLayout
RenderTablem_table
 
- Static Protected Attributes inherited from WebCore::TableLayout
static const int tableMaxWidth = 1000000
 

Constructor & Destructor Documentation

◆ FixedTableLayout()

WebCore::FixedTableLayout::FixedTableLayout ( RenderTable table)
explicit

Member Function Documentation

◆ applyPreferredLogicalWidthQuirks()

void WebCore::FixedTableLayout::applyPreferredLogicalWidthQuirks ( LayoutUnit minWidth,
LayoutUnit maxWidth 
) const
overridevirtual

Implements WebCore::TableLayout.

◆ computeIntrinsicLogicalWidths()

void WebCore::FixedTableLayout::computeIntrinsicLogicalWidths ( LayoutUnit minWidth,
LayoutUnit maxWidth 
)
overridevirtual

Implements WebCore::TableLayout.

◆ layout()

void WebCore::FixedTableLayout::layout ( )
overridevirtual

Implements WebCore::TableLayout.


The documentation for this class was generated from the following files: