Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.h43 LayoutBoxExtent() : m_top(0), m_right(0), m_bottom(0), m_left(0) { } in LayoutBoxExtent() function
44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) in LayoutBoxExtent() function