servo/components/layout_2020/flow
Martin Robinson c20c468814 Rename AbsolutelyPositionedBox::layout to AbsolutelyPositionedBox::to_hoisted
This method doesn't actually do any layout, but converts this block to a
HoistedAbsolutelyPositionedBox which is hoisted and then laid-out with
its containing block later. This makes the code a little easier to read.
2020-02-28 14:42:29 +01:00
..
construct.rs Store an OpaqueNode in boxes and fragments 2019-12-13 17:59:27 +01:00
float.rs Dump box tree state into json files and display it on layout 2020 viewer 2020-02-21 11:11:00 +01:00
inline.rs Rename AbsolutelyPositionedBox::layout to AbsolutelyPositionedBox::to_hoisted 2020-02-28 14:42:29 +01:00
mod.rs Rename AbsolutelyPositionedBox::layout to AbsolutelyPositionedBox::to_hoisted 2020-02-28 14:42:29 +01:00
root.rs Dump box tree state into json files and display it on layout 2020 viewer 2020-02-21 11:11:00 +01:00