Home
last modified time | relevance | path

Searched refs:m_shapeOutside (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp46 , m_shapeOutside(RenderStyle::initialShapeOutside()) in StyleRareNonInheritedData()
115 , m_shapeOutside(o.m_shapeOutside) in StyleRareNonInheritedData()
197 && m_shapeOutside == o.m_shapeOutside in operator ==()
DStyleRareNonInheritedData.h131 RefPtr<ShapeValue> m_shapeOutside; variable
DRenderStyle.cpp653 if (rareNonInheritedData->m_shapeOutside != other->rareNonInheritedData->m_shapeOutside) in repaintOnlyDiff()
DRenderStyle.h1419 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()