Home
last modified time | relevance | path

Searched refs:getShapeValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h301 …CSSBasicShape* getShapeValue() const { return m_primitiveUnitType != CSS_SHAPE ? 0 : m_value.shape… in getShapeValue() function
DCSSPrimitiveValue.cpp1135 if (CSSBasicShape* shapeValue = getShapeValue()) in customSerializeResolvingVariables()
1150 if (CSSBasicShape* shapeValue = getShapeValue()) in hasVariableReference()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl502 …erty) }}(ShapeValue::createShapeValue(basicShapeForValue(state, primitiveValue->getShapeValue())));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp662 …ipPath(ShapeClipPathOperation::create(basicShapeForValue(state, primitiveValue->getShapeValue()))); in applyValueCSSPropertyWebkitClipPath()