Home
last modified time | relevance | path

Searched refs:shapeOutside (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp364 if (ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo()) { in shapeInfoForFloat() local
365shapeOutside->updateDeltasForContainingBlockLine(containingBlock, floatingObject, lineTop, lineBot… in shapeInfoForFloat()
366 return shapeOutside; in shapeInfoForFloat()
376 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local
377 return m_offset + shapeOutside->rightMarginBoxDelta(); in shapeOffset()
385 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local
386 return m_offset + shapeOutside->leftMarginBoxDelta(); in shapeOffset()
DRenderBlockFlow.cpp2245 if (ShapeOutsideInfo* shapeOutside = childBox->shapeOutsideInfo()) in positionNewFloats() local
2246shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox)); in positionNewFloats()
2381 ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo(); in nextFloatLogicalBottomBelow() local
2382 if (shapeOutside && (offsetMode == ShapeOutsideFloatShapeOffset)) { in nextFloatLogicalBottomBelow()
2383 …(floatingObject) + marginBeforeForChild(floatingObject->renderer()) + shapeOutside->shapeLogicalBo… in nextFloatLogicalBottomBelow()
DRenderBox.cpp282 const ShapeValue* shapeOutside = style.shapeOutside(); in updateShapeOutsideInfoAfterStyleChange() local
283 …const ShapeValue* oldShapeOutside = oldStyle ? oldStyle->shapeOutside() : RenderStyle::initialShap… in updateShapeOutsideInfoAfterStyleChange()
292 …if (shapeOutside == oldShapeOutside && shapeMargin == oldShapeMargin && shapeImageThreshold == old… in updateShapeOutsideInfoAfterStyleChange()
295 if (!shapeOutside) in updateShapeOutsideInfoAfterStyleChange()
300 if (shapeOutside || shapeOutside != oldShapeOutside) in updateShapeOutsideInfoAfterStyleChange()
1391 if (childStyle->visibility() != VISIBLE || childStyle->shapeOutside()) in isCandidateForOpaquenessTest()
DRenderObject.cpp1929 … updateShapeImage(oldStyle ? oldStyle->shapeOutside() : 0, m_style ? m_style->shapeOutside() : 0); in setStyle()
2750 removeShapeImageClient(m_style->shapeOutside()); in postDestroy()
DRenderBlock.cpp1401 ShapeValue* shapeOutsideValue = style()->shapeOutside(); in imageChanged()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp40 ShapeValue* shapeValue = box->style()->shapeOutside(); in isEnabledFor()
97 return m_renderer->style()->shapeOutside(); in shapeValue()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp202 loadPendingShapeImage(style, style->shapeOutside()); in loadPendingImages()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2770 if (!style->shapeOutside()) in getPropertyCSSValue()
2772 if (style->shapeOutside()->type() == ShapeValue::Box) in getPropertyCSSValue()
2773 return cssValuePool().createValue(style->shapeOutside()->layoutBox()); in getPropertyCSSValue()
2774 if (style->shapeOutside()->type() == ShapeValue::Image) { in getPropertyCSSValue()
2775 if (style->shapeOutside()->image()) in getPropertyCSSValue()
2776 return style->shapeOutside()->image()->cssValue(); in getPropertyCSSValue()
2779 ASSERT(style->shapeOutside()->type() == ShapeValue::Shape); in getPropertyCSSValue()
2780 return valueForBasicShape(*style, style->shapeOutside()->shape()); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp448 return createFromShapeValue(style.shapeOutside()); in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1413 return shapeOutside(); in resolvedShapeInside()
1423 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1031 …ppend(new PropertyWrapperShape(CSSPropertyShapeOutside, &RenderStyle::shapeOutside, &RenderStyle::… in ensurePropertyMap()