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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 486 if (ShapeOutsideInfo* shapeOutside = floatingObject.renderer()->shapeOutsideInfo()) {
487 shapeOutside->updateDeltasForContainingBlockLine(containingBlock, floatingObject, lineTop, lineBottom - lineTop);
488 return shapeOutside;
499 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(*floatingObject, *m_renderer, m_lineTop, m_lineBottom)) {
500 if (!shapeOutside->lineOverlapsShape())
503 logicalRight += shapeOutside->rightMarginBoxDelta();
518 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(*floatingObject, *m_renderer, m_lineTop, m_lineBottom)) {
519 if (!shapeOutside->lineOverlapsShape())
522 logicalLeft += shapeOutside->leftMarginBoxDelta();
RenderBox.cpp 233 const ShapeValue* shapeOutside = style.shapeOutside();
234 const ShapeValue* oldShapeOutside = oldStyle ? oldStyle->shapeOutside() : RenderStyle::initialShapeOutside();
243 if (shapeOutside == oldShapeOutside && shapeMargin == oldShapeMargin && shapeImageThreshold == oldShapeImageThreshold)
246 if (!shapeOutside)
251 if (shapeOutside || shapeOutside != oldShapeOutside)
    [all...]
RenderBlockFlow.cpp     [all...]
RenderObject.h 569 bool hasShapeOutside() const { return style() && style()->shapeOutside(); }
    [all...]