Searched defs:LayoutSize (Results 1 – 5 of 5) sorted by relevance
49 LayoutSize() { } in LayoutSize() function50 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { } in LayoutSize() function51 LayoutSize(LayoutUnit width, LayoutUnit height) : m_width(width), m_height(height) { } in LayoutSize() function53 explicit LayoutSize(const FloatSize& size) : m_width(size.width()), m_height(size.height()) { } in LayoutSize() function
45 class LayoutSize; variable
50 class LayoutSize; variable
427 … clipOutFloatingObjects(RenderBlock*, const PaintInfo*, const LayoutPoint&, const LayoutSize&) { }; in clipOutFloatingObjects()
280 CharUnits LayoutSize = Layout.getSize(); in lowerUnion() local