OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentBaseValue
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h
75
const typename AnimValType::ContentType& animatedType = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->
currentBaseValue
();
89
animatedTypeValue = castAnimatedPropertyToActualType<AnimValType>(animatedTypes[0].properties[0].get())->
currentBaseValue
();
120
const typename AnimValType1::ContentType& firstType = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properties[0].get())->
currentBaseValue
();
121
const typename AnimValType2::ContentType& secondType = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->
currentBaseValue
();
137
animatedTypeValue.first = castAnimatedPropertyToActualType<AnimValType1>(animatedTypes[0].properties[0].get())->
currentBaseValue
();
138
animatedTypeValue.second = castAnimatedPropertyToActualType<AnimValType2>(animatedTypes[0].properties[1].get())->
currentBaseValue
();
SVGAnimatedPath.cpp
46
const SVGPathSegList& baseValue = property->
currentBaseValue
();
77
const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get())->
currentBaseValue
();
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedStaticPropertyTearOff.h
65
const PropertyType&
currentBaseValue
() const
SVGAnimatedPropertyTearOff.h
74
const PropertyType&
currentBaseValue
() const
SVGAnimatedListPropertyTearOff.h
93
const PropertyType&
currentBaseValue
() const
Completed in 249 milliseconds