OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedEnumerationPropertyTearOff
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h
30
class
SVGAnimatedEnumerationPropertyTearOff
: public SVGAnimatedStaticPropertyTearOff<unsigned> {
42
static PassRefPtr<
SVGAnimatedEnumerationPropertyTearOff
<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property)
45
return adoptRef(new
SVGAnimatedEnumerationPropertyTearOff
<EnumType>(contextElement, attributeName, animatedPropertyType, reinterpret_cast<unsigned&>(property)));
56
SVGAnimatedEnumerationPropertyTearOff
(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.h
24
#include "core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff
.h"
33
DECLARE_ANIMATED_PROPERTY(
SVGAnimatedEnumerationPropertyTearOff
<EnumType>, EnumType, UpperProperty, LowerProperty)
36
DEFINE_ANIMATED_PROPERTY(AnimatedEnumeration, OwnerType, DOMAttribute, DOMAttribute.localName(), UpperProperty, LowerProperty,
SVGAnimatedEnumerationPropertyTearOff
<EnumType>, EnumType)
SVGMarkerElement.cpp
244
return SVGAnimatedProperty::lookupOrCreateWrapper<SVGMarkerElement,
SVGAnimatedEnumerationPropertyTearOff
<SVGMarkerOrientType>, SVGMarkerOrientType>
248
PassRefPtr<
SVGAnimatedEnumerationPropertyTearOff
<SVGMarkerOrientType> > SVGMarkerElement::orientType()
251
return static_pointer_cast<
SVGAnimatedEnumerationPropertyTearOff
<SVGMarkerOrientType> >(lookupOrCreateOrientTypeWrapper(this));
SVGMarkerElement.h
129
PassRefPtr<
SVGAnimatedEnumerationPropertyTearOff
<SVGMarkerOrientType> > orientType();
Completed in 57 milliseconds