Home
last modified time | relevance | path

Searched defs:shapeOutside (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp364 if (ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo()) { in shapeInfoForFloat() local
376 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local
385 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local
DRenderBlockFlow.cpp2245 if (ShapeOutsideInfo* shapeOutside = childBox->shapeOutsideInfo()) in positionNewFloats() local
2381 ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo(); in nextFloatLogicalBottomBelow() local
DRenderBox.cpp282 const ShapeValue* shapeOutside = style.shapeOutside(); in updateShapeOutsideInfoAfterStyleChange() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1423 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside() function