Searched refs:TearOffType (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h176 template <typename Property, typename TearOffType = typename Property::TearOffType, typename PrimitiveType = typename Property::PrimitiveType>
235 template <typename Property, typename TearOffType>
236 class SVGAnimatedProperty<Property, TearOffType, void> : public SVGAnimatedPropertyCommon<Property> {
266 virtual TearOffType* baseVal()
269 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());
277 TearOffType* animVal()
280 m_animValTearOff = TearOffType::create(this->currentValue(), this->contextElement(), PropertyIsAnimVal, this->attributeName());
303 RefPtr<TearOffType> m_baseValTearOff;
304 RefPtr<TearOffType> m_animValTearOf
[all...]
H A DSVGListPropertyTearOffHelper.h45 typedef typename ItemPropertyType::TearOffType ItemTearOffType;
79 typedef typename ItemPropertyType::TearOffType ItemTearOffType;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGBoolean.h41 typedef void TearOffType; typedef in class:WebCore::SVGBoolean
H A DSVGInteger.h42 typedef void TearOffType; typedef in class:WebCore::SVGInteger
H A DSVGIntegerOptionalInteger.h41 typedef void TearOffType; typedef in class:WebCore::SVGIntegerOptionalInteger
H A DSVGLengthList.h44 typedef SVGLengthListTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGNumberList.h44 typedef SVGNumberListTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGNumberOptionalNumber.h41 typedef void TearOffType; typedef in class:WebCore::SVGNumberOptionalNumber
H A DSVGPathSeg.h75 typedef SVGPathSeg TearOffType; typedef in class:WebCore::SVGPathSeg
H A DSVGPointList.h44 typedef SVGPointListTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGString.h41 typedef void TearOffType; typedef in class:WebCore::SVGString
H A DSVGStringList.h55 typedef SVGStringListTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGTransformList.h44 typedef SVGTransformListTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGEnumeration.h44 typedef void TearOffType; typedef in class:WebCore::SVGEnumerationBase
H A DSVGNumber.h45 typedef SVGNumberTearOff TearOffType; typedef in class:WebCore::SVGNumber
H A DSVGPoint.h44 typedef SVGPointTearOff TearOffType; typedef in class:WebCore::SVGPoint
H A DSVGAngle.h63 typedef SVGAngleTearOff TearOffType; typedef in class:WebCore::SVGAngle
H A DSVGLength.h45 typedef SVGLengthTearOff TearOffType; typedef in class:WebCore::FINAL
H A DSVGPreserveAspectRatio.h54 typedef SVGPreserveAspectRatioTearOff TearOffType; typedef in class:WebCore::SVGPreserveAspectRatio
H A DSVGRect.h32 typedef SVGRectTearOff TearOffType; typedef in class:WebCore::SVGRect
H A DSVGTransform.h46 typedef SVGTransformTearOff TearOffType; typedef in class:WebCore::SVGTransform
H A DSVGPathSegList.h49 typedef SVGPathSegListTearOff TearOffType; typedef in class:WebCore::SVGPathSegList

Completed in 188 milliseconds