Searched refs:layoutRect (Results 1 – 5 of 5) sorted by relevance
58 LayoutRect layoutRect = flowThread()->layoutOverflowRect(); in expandToEncompassFlowThreadContentsIfNeeded() local59 …LayoutUnit logicalHeightWithOverflow = (isHorizontal ? layoutRect.maxY() : layoutRect.maxX()) - lo… in expandToEncompassFlowThreadContentsIfNeeded()
43 RenderOverflow(const LayoutRect& layoutRect, const LayoutRect& visualRect) in RenderOverflow() argument44 : m_layoutOverflow(layoutRect) in RenderOverflow()
1390 LayoutRect layoutRect(rect); in operator ()() local1391 layoutRect.move(m_accumulatedOffset.x(), m_accumulatedOffset.y()); in operator ()()1392 m_rects.append(layoutRect); in operator ()()
45 SVGRect(const LayoutRect& layoutRect) in SVGRect() argument46 : FloatRect(layoutRect), m_isValid(true) { } in SVGRect()
36 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end method in NSView_IBViewProtocol