OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedStaticPropertyTearOff
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/svg/properties/
SVGAnimatedStaticPropertyTearOff.h
29
class
SVGAnimatedStaticPropertyTearOff
: public SVGAnimatedProperty {
54
static PassRefPtr<
SVGAnimatedStaticPropertyTearOff
<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
57
return adoptRef(new
SVGAnimatedStaticPropertyTearOff
<PropertyType>(contextElement, attributeName, property));
60
SVGAnimatedStaticPropertyTearOff
(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property)
/external/webkit/Source/WebCore/svg/
SVGAnimatedBoolean.h
24
#include "
SVGAnimatedStaticPropertyTearOff
.h"
28
typedef
SVGAnimatedStaticPropertyTearOff
<bool> SVGAnimatedBoolean;
SVGAnimatedString.h
25
#include "
SVGAnimatedStaticPropertyTearOff
.h"
29
typedef
SVGAnimatedStaticPropertyTearOff
<String> SVGAnimatedString;
SVGAnimatedEnumeration.h
25
#include "
SVGAnimatedStaticPropertyTearOff
.h"
29
typedef
SVGAnimatedStaticPropertyTearOff
<int> SVGAnimatedEnumeration;
SVGAnimatedInteger.h
25
#include "
SVGAnimatedStaticPropertyTearOff
.h"
29
typedef
SVGAnimatedStaticPropertyTearOff
<long> SVGAnimatedInteger;
SVGAnimatedNumber.h
25
#include "
SVGAnimatedStaticPropertyTearOff
.h"
29
typedef
SVGAnimatedStaticPropertyTearOff
<float> SVGAnimatedNumber;
Completed in 541 milliseconds