Home
last modified time | relevance | path

Searched refs:shapeInside (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowFragment.cpp66 newStyle->setShapeInside(parentStyle->shapeInside()); in setStyleForNamedFlowFragment()
DRenderObject.cpp1928 updateShapeImage(oldStyle ? oldStyle->shapeInside() : 0, m_style ? m_style->shapeInside() : 0); in setStyle()
2749 removeShapeImageClient(m_style->shapeInside()); in postDestroy()
DRenderBlock.cpp1394 ShapeValue* shapeValue = style()->shapeInside(); in imageChanged()
1406 void RenderBlock::updateShapeInsideInfoAfterStyleChange(const ShapeValue* shapeInside, const ShapeV… in updateShapeInsideInfoAfterStyleChange() argument
1409 if (shapeInside == oldShapeInside) in updateShapeInsideInfoAfterStyleChange()
1412 if (shapeInside) { in updateShapeInsideInfoAfterStyleChange()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp199 loadPendingShapeImage(style, style->shapeInside()); in loadPendingImages()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2756 if (!style->shapeInside()) in getPropertyCSSValue()
2758 if (style->shapeInside()->type() == ShapeValue::Box) in getPropertyCSSValue()
2759 return cssValuePool().createValue(style->shapeInside()->layoutBox()); in getPropertyCSSValue()
2760 if (style->shapeInside()->type() == ShapeValue::Outside) in getPropertyCSSValue()
2762 if (style->shapeInside()->type() == ShapeValue::Image) { in getPropertyCSSValue()
2763 if (style->shapeInside()->image()) in getPropertyCSSValue()
2764 return style->shapeInside()->image()->cssValue(); in getPropertyCSSValue()
2767 ASSERT(style->shapeInside()->type() == ShapeValue::Shape); in getPropertyCSSValue()
2768 return valueForBasicShape(*style, style->shapeInside()->shape()); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1408 ShapeValue* shapeInside() const { return rareNonInheritedData->m_shapeInside.get(); } in shapeInside() function
1411 ShapeValue* shapeInside = this->shapeInside(); in resolvedShapeInside() local
1412 if (shapeInside && shapeInside->type() == ShapeValue::Outside) in resolvedShapeInside()
1414 return shapeInside; in resolvedShapeInside()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp446 return createFromShapeValue(style.shapeInside()); in create()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1030 …>append(new PropertyWrapperShape(CSSPropertyShapeInside, &RenderStyle::shapeInside, &RenderStyle::… in ensurePropertyMap()