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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h41 class PLATFORM_EXPORT LayoutBoxExtent { class in namespace:blink
43 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { } function in class:blink::LayoutBoxExtent
44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) function in class:blink::LayoutBoxExtent

Completed in 93 milliseconds