Searched defs:LayoutBoxExtent (Results 1 – 1 of 1) sorted by relevance
43 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { } in LayoutBoxExtent() function44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) in LayoutBoxExtent() function