Searched refs:m_shapeOutside (Results 1 – 4 of 4) sorted by relevance
46 , m_shapeOutside(RenderStyle::initialShapeOutside()) in StyleRareNonInheritedData()115 , m_shapeOutside(o.m_shapeOutside) in StyleRareNonInheritedData()197 && m_shapeOutside == o.m_shapeOutside in operator ==()
131 RefPtr<ShapeValue> m_shapeOutside; variable
653 if (rareNonInheritedData->m_shapeOutside != other->rareNonInheritedData->m_shapeOutside) in repaintOnlyDiff()
1419 if (rareNonInheritedData->m_shapeOutside == value) in setShapeOutside()1421 rareNonInheritedData.access()->m_shapeOutside = value; in setShapeOutside()1423 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside()