Method |
Description |
|
CalculateActualWidth ( CssBox box ) : float |
|
|
ContainsInlinesOnly ( CssBox box ) : bool |
Check if the given box contains only inline child boxes. |
|
CreateAnonBlock ( CssBox parent, CssBox insertBefore ) : CssBox |
|
|
DoLayoutBlocksContext ( CssBox box, LayoutVisitor lay ) : void |
|
|
LayoutContentInAbsoluteLayer ( LayoutVisitor lay, CssBox srcBox ) : void |
|
|
RearrangeWithFlexContext ( CssBox box, LayoutVisitor lay ) : void |
|
|
SetFinalInnerContentSize ( CssBox box, float innerContentW, float innerContentH, LayoutVisitor lay ) : void |
|
|