OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyIsAnimVal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.h
42
PropertyIsAnimVal
49
PropertyIsAnimValType
propertyIsAnimVal
() const
56
return m_propertyIsAnimVal ==
PropertyIsAnimVal
;
98
SVGPropertyTearOffBase(SVGElement* contextElement, PropertyIsAnimValType
propertyIsAnimVal
, const QualifiedName& attributeName = QualifiedName::null())
100
, m_propertyIsAnimVal(
propertyIsAnimVal
)
134
SVGPropertyTearOff(PassRefPtr<Property> target, SVGElement* contextElement, PropertyIsAnimValType
propertyIsAnimVal
, const QualifiedName& attributeName = QualifiedName::null())
135
: SVGPropertyTearOffBase(contextElement,
propertyIsAnimVal
, attributeName)
SVGAnimatedProperty.h
281
m_animValTearOff = TearOffType::create(this->currentValue(), this->contextElement(),
PropertyIsAnimVal
, this->attributeName());
Completed in 270 milliseconds