Searched defs:LayoutBoxExtent (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.h40 class LayoutBoxExtent { class in namespace:WebCore
42 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { } function in class:WebCore::LayoutBoxExtent
43 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) function in class:WebCore::LayoutBoxExtent

Completed in 126 milliseconds