Searched refs:xPositionForFloatIncludingMargin (Results 1 – 3 of 3) sorted by relevance
30 …+ m_renderBlockFlow.xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()-… in paintFloats()
1780 …addOverflowFromChild(floatingObject->renderer(), IntSize(xPositionForFloatIncludingMargin(floating… in addOverflowFromFloats()2133 …LayoutRect floatBox(offsetFromRootBlock.width() + xPositionForFloatIncludingMargin(floatingObject), in clipOutFloatingObjects()2189 …oint(point.x() + width() - child->renderer()->width() - 2 * xPositionForFloatIncludingMargin(child… in flipFloatForWritingModeForChild()2582 …addOverflowFromChild(floatingObject->renderer(), LayoutSize(xPositionForFloatIncludingMargin(float… in addOverhangingFloats()2636 …LayoutUnit xOffset = xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()… in hitTestFloats()2684 …LayoutUnit floatLeft = xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer… in adjustForBorderFit()
189 LayoutUnit xPositionForFloatIncludingMargin(const FloatingObject* child) const in xPositionForFloatIncludingMargin() function