OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAngleAndEnumeration
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp
36
OwnPtr<SVGAnimatedType> animatedType = SVGAnimatedType::
createAngleAndEnumeration
(new pair<SVGAngle, unsigned>);
51
return SVGAnimatedType::
createAngleAndEnumeration
(constructFromBaseValues<SVGAnimatedAngle, SVGAnimatedEnumeration>(animatedTypes));
SVGAnimatedType.h
43
static PassOwnPtr<SVGAnimatedType>
createAngleAndEnumeration
(std::pair<SVGAngle, unsigned>*);
SVGAnimatedType.cpp
94
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createAngleAndEnumeration
(std::pair<SVGAngle, unsigned>* angleAndEnumeration)
Completed in 840 milliseconds