OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animVal
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGAnimatedAngle.idl
30
readonly attribute SVGAngle
animVal
;
SVGAnimatedBoolean.idl
30
readonly attribute boolean
animVal
;
SVGAnimatedEnumeration.idl
30
readonly attribute unsigned short
animVal
;
SVGAnimatedInteger.idl
30
readonly attribute long
animVal
;
SVGAnimatedLength.idl
30
readonly attribute SVGLength
animVal
;
SVGAnimatedLengthList.idl
30
readonly attribute SVGLengthList
animVal
;
SVGAnimatedNumber.idl
31
readonly attribute float
animVal
;
SVGAnimatedNumberList.idl
30
readonly attribute SVGNumberList
animVal
;
SVGAnimatedPreserveAspectRatio.idl
30
readonly attribute SVGPreserveAspectRatio
animVal
;
SVGAnimatedRect.idl
30
readonly attribute SVGRect
animVal
;
SVGAnimatedString.idl
31
readonly attribute DOMString
animVal
;
SVGAnimatedTransformList.idl
30
readonly attribute SVGTransformList
animVal
;
SVGPolyElement.cpp
150
return static_cast<SVGListPropertyTearOff<SVGPointList>*>(m_animatablePointsList->
animVal
());
SVGPathElement.cpp
317
return static_cast<SVGPathSegListPropertyTearOff*>(m_animatablePathSegList->
animVal
(PathSegUnalteredRole));
/external/webkit/Source/WebCore/svg/properties/
SVGAnimatedStaticPropertyTearOff.h
36
PropertyType&
animVal
()
38
// FIXME: No
animVal
support.
48
// FIXME: No
animVal
support.
SVGAnimatedTransformListPropertyTearOff.h
39
SVGProperty*
animVal
()
SVGAnimatedPathSegListPropertyTearOff.h
41
SVGProperty*
animVal
(SVGPathSegRole role)
50
// This should ever be called for our baseVal, as
animVal
can't modify the list.
SVGAnimatedPropertyTearOff.h
39
SVGProperty*
animVal
()
SVGAnimatedListPropertyTearOff.h
47
SVGProperty*
animVal
()
58
// This should ever be called for our baseVal, as
animVal
can't modify the list.
105
// FIXME: The list wrapper cache is shared between baseVal/
animVal
. If we implement
animVal
,
Completed in 75 milliseconds