OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createIntegerOptionalInteger
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp
37
OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::
createIntegerOptionalInteger
(new pair<int, int>);
53
return SVGAnimatedType::
createIntegerOptionalInteger
(constructFromBaseValues<SVGAnimatedInteger, SVGAnimatedInteger>(animatedTypes));
SVGAnimatedType.h
48
static PassOwnPtr<SVGAnimatedType>
createIntegerOptionalInteger
(std::pair<int, int>*);
SVGAnimatedType.cpp
134
PassOwnPtr<SVGAnimatedType> SVGAnimatedType::
createIntegerOptionalInteger
(pair<int, int>* integerOptionalInteger)
Completed in 229 milliseconds