HomeSort by relevance Sort by last modified time
    Searched refs:m_shapeOutsideDeltas (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 286 if (isShapeDirty() || !m_shapeOutsideDeltas.isForLine(borderBoxLineTop, lineHeight)) {
301 m_shapeOutsideDeltas = ShapeOutsideDeltas(leftMarginBoxDelta, rightMarginBoxDelta, true, borderBoxLineTop, lineHeight);
302 return m_shapeOutsideDeltas;
309 m_shapeOutsideDeltas = ShapeOutsideDeltas(floatMarginBoxWidth, -floatMarginBoxWidth, false, borderBoxLineTop, lineHeight);
312 return m_shapeOutsideDeltas;
ShapeOutsideInfo.h 143 ShapeOutsideDeltas m_shapeOutsideDeltas;

Completed in 33 milliseconds