OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createlengthlist
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedLengthList.cpp
37
OwnPtr<SVGAnimatedType> animateType = SVGAnimatedType::
createLengthList
(new SVGLengthList);
44
return SVGAnimatedType::
createLengthList
(constructFromBaseValue<SVGAnimatedLengthList>(animatedTypes));
SVGAnimatedType.h
50
static PassOwnPtr<SVGAnimatedType>
createLengthList
(SVGLengthList*);
SVGAnimatedType.cpp
150
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createLengthList
(SVGLengthList* lengthList)
Completed in 173 milliseconds