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()
130 , m_shapeOutside(o.m_shapeOutside) in StyleRareNonInheritedData()
220 && m_shapeOutside == o.m_shapeOutside in operator ==()
DStyleRareNonInheritedData.h132 RefPtr<ShapeValue> m_shapeOutside; variable
DRenderStyle.cpp663 …|| !dataEquivalent(rareNonInheritedData->m_shapeOutside, other.rareNonInheritedData->m_shapeOutsid… in diffNeedsPaintInvalidationObject()
DRenderStyle.h1453 if (rareNonInheritedData->m_shapeOutside == value) in setShapeOutside()
1455 rareNonInheritedData.access()->m_shapeOutside = value; in setShapeOutside()
1457 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside()