|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <AutoTableLayout.h>
Public Member Functions | |
| AutoTableLayout (RenderTable *) | |
| virtual | ~AutoTableLayout () |
| void | computeIntrinsicLogicalWidths (LayoutUnit &minWidth, LayoutUnit &maxWidth) override |
| LayoutUnit | scaledWidthFromPercentColumns () const override |
| void | applyPreferredLogicalWidthQuirks (LayoutUnit &minWidth, LayoutUnit &maxWidth) const override |
| void | layout () override |
Public Member Functions inherited from WebCore::TableLayout | |
| TableLayout (RenderTable *table) | |
| virtual | ~TableLayout () |
Additional Inherited Members | |
Protected Attributes inherited from WebCore::TableLayout | |
| RenderTable * | m_table |
Static Protected Attributes inherited from WebCore::TableLayout | |
| static const int | tableMaxWidth = 1000000 |
|
explicit |
|
virtual |
|
overridevirtual |
Implements WebCore::TableLayout.
|
overridevirtual |
Implements WebCore::TableLayout.
|
overridevirtual |
Implements WebCore::TableLayout.
|
inlineoverridevirtual |
Reimplemented from WebCore::TableLayout.
1.8.13