Home
last modified time | relevance | path

Searched refs:xPositionForFloatIncludingMargin (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
DBlockFlowPainter.cpp30 …+ m_renderBlockFlow.xPositionForFloatIncludingMargin(floatingObject) - floatingObject->renderer()-… in paintFloats()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1780 …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()
DRenderBlockFlow.h189 LayoutUnit xPositionForFloatIncludingMargin(const FloatingObject* child) const in xPositionForFloatIncludingMargin() function