OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupOrCreateWrapper
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h
52
static PassRefPtr<TearOffType>
lookupOrCreateWrapper
(OwnerType* element, const SVGPropertyInfo* info, PropertyType& property)
SVGAnimatedPropertyMacros.h
143
return SVGAnimatedProperty::
lookupOrCreateWrapper
<UseOwnerType, TearOffType, PropertyType>(ownerType, LowerProperty##PropertyInfo(), ownerType->m_##LowerProperty.value); \
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.cpp
174
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGElement, SVGAnimatedRect, SVGRect>(ownerType->contextElement(), viewBoxPropertyInfo(), ownerType->m_viewBox);
181
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType->m_preserveAspectRatio);
188
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGElement, SVGAnimatedTransformList, SVGTransformList>(ownerType->contextElement(), transformPropertyInfo(), ownerType->m_transform);
SVGPolyElement.cpp
149
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGPolyElement, SVGAnimatedPointList, SVGPointList>
SVGMarkerElement.cpp
244
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGMarkerElement, SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType>, SVGMarkerOrientType>
SVGTextContentElement.cpp
89
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGTextContentElement, SVGAnimatedLength, SVGLength>
SVGPathElement.cpp
320
return SVGAnimatedProperty::
lookupOrCreateWrapper
<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff, SVGPathSegList>
Completed in 74 milliseconds