OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createPointList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPointList.cpp
36
OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::
createPointList
(new SVGPointList);
43
return SVGAnimatedType::
createPointList
(constructFromBaseValue<SVGAnimatedPointList>(animatedTypes));
SVGAnimatedType.h
55
static PassOwnPtr<SVGAnimatedType>
createPointList
(SVGPointList*);
SVGAnimatedType.cpp
190
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createPointList
(SVGPointList* pointList)
Completed in 45 milliseconds