Home
last modified time | relevance | path

Searched defs:shapeValue (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeOutsideInfo.cpp40 ShapeValue* shapeValue = box->style()->shapeOutside(); in isEnabledFor() local
95 ShapeValue* ShapeOutsideInfo::shapeValue() const in shapeValue() function in WebCore::ShapeOutsideInfo
DShapeInsideInfo.cpp46 ShapeValue* shapeValue = renderer->style()->resolvedShapeInside(); in isEnabledFor() local
104 ShapeValue* ShapeInsideInfo::shapeValue() const in shapeValue() function in WebCore::ShapeInsideInfo
DShapeInfo.cpp59 const ShapeValue* shapeValue = this->shapeValue(); in computedShape() local
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableShapeValue.h46 ShapeValue* shapeValue() const { return m_shape.get(); } in shapeValue() function
DAnimatableShapeValue.cpp38 const AnimatableShapeValue* shapeValue = toAnimatableShapeValue(value); in interpolateTo() local
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp106 void StyleResourceLoader::loadPendingShapeImage(RenderStyle* renderStyle, ShapeValue* shapeValue) in loadPendingShapeImage()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp1135 if (CSSBasicShape* shapeValue = getShapeValue()) in customSerializeResolvingVariables() local
1150 if (CSSBasicShape* shapeValue = getShapeValue()) in hasVariableReference() local
DCSSParser-in.cpp7561 RefPtr<CSSPrimitiveValue> shapeValue; in parseDeprecatedRadialGradient() local
7725 RefPtr<CSSPrimitiveValue> shapeValue; in parseRadialGradient() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2715 void RenderObject::removeShapeImageClient(ShapeValue* shapeValue) in removeShapeImageClient()
DRenderBlock.cpp1394 ShapeValue* shapeValue = style()->shapeInside(); in imageChanged() local