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.cpp487 if (ShapeOutsideInfo* shapeOutside = floatingObject.renderer()->shapeOutsideInfo()) { in updateOffsetIfNeeded() local
506 if (ShapeOutsideInfo* shapeOutside = floatingObject.renderer()->shapeOutsideInfo()) { in updateOffsetIfNeeded() local
DRenderBlockFlow.cpp2473 if (ShapeOutsideInfo* shapeOutside = childBox->shapeOutsideInfo()) in positionNewFloats() local
2606 ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo(); in nextFloatLogicalBottomBelow() local
DRenderBox.cpp223 const ShapeValue* shapeOutside = style.shapeOutside(); in updateShapeOutsideInfoAfterStyleChange() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1457 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside() function