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